OpenMetadata/bootstrap
Sriharsha Chintalapani e2575d51ab fix(rdf): schema default + migration force entities=[all] for safe full reindex
- rdfIndexingAppConfig.json: flip recreateIndex.default from false to true so
  any UI form / config generation path that surfaces the schema default agrees
  with the install JSON files and the new full-rebuild semantics.

- 2.0.1 migration (MySQL + Postgres): in addition to flipping recreateIndex=true
  and the weekly Saturday cron, also rewrite appConfiguration.entities to
  ["all"]. Pre-upgrade an operator could have narrowed RDF indexing to a subset
  of entity types; the new recreateIndex=true semantics issues CLEAR ALL before
  indexing, which would otherwise wipe triples for excluded entity types and
  leave the graph permanently missing them. Forcing entities back to ["all"]
  ensures the post-CLEAR-ALL run repopulates the graph fully. Operators can
  re-narrow after the migration if they need partial indexing.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 09:49:48 -07:00
..
sql fix(rdf): schema default + migration force entities=[all] for safe full reindex 2026-05-15 09:49:48 -07:00
MIGRATION_SYSTEM.md MINOR - Remove flyway (#23179) 2025-10-28 09:11:03 +05:30
openmetadata-ops.sh Fix user creation through openmetadata-ops.sh (#23879) 2025-10-14 09:19:17 +05:30