4.1.1.2 Upgrading OpenMetadata

This section provides information about upgrading OpemMetadata (OM)

To upgrade OM, follow these steps:
  1. Before you perform the upgrade, create a backup of the database to ensure data safety. To do so, run the following command:

    - mysqldump -u root -p openmetadata_db > openmetadata_db_backup_1.7.7.sql

  2. Download the OpenMetadata v1.7.7 package and replace the existing OpenMetadata installation. To do so, run the following command:

    wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.7-release/openmetadata-1.7.7.tar.gz tar -xzf openmetadata-1.7.7.tar.gz

  3. Migrate the Database Schema. To do so, run the following command:

    ./bootstrap/openmetadata-ops.sh migrate

  4. Reindex Metadata Data. To do so, run the following command:

    ./bootstrap/openmetadata-ops.sh reindex