Update backup-restore-metadata.md (#22197)

fix language in backup
This commit is contained in:
Sriharsha Chintalapani 2025-07-07 12:04:27 -07:00 committed by GitHub
parent dc179c30d7
commit 299e20cad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ collate: false
Before upgrading your OpenMetadata version we strongly recommend backing up the metadata.
The source of truth is stored in the underlying database (MySQL and Postgres supported). During each version upgrade there
is a database migration process that needs to run. It will directly attack your database and update the shape of the
is a database migration process that needs to run. It will make changes to the OpenMetadata Application schema in the database and update the shape of the
data to the newest OpenMetadata release.
It is important that we backup the data because if we face any unexpected issues during the upgrade process,
@ -102,4 +102,4 @@ docker compose exec -e PGPASSWORD=openmetadata_password -T ingestion psql -U ope
```shell
export OM_DATABASE=restore
docker compose -f $DOCKER_COMPOSE_FILE up -d
```
```