Restore the Metadata From the Metadata Store Backup
This topic describes how to restore the metadata store from a backup copy. For information about backing up the metadata store, see Back Up the Metadata Store.
Prior to restoring the metadata, ensure that the target PostgreSQL data store is clean.
Restore the metadata store
From your terminal, SSH to your Composer server.
Stop all Composer microservices. For appropriate commands based on your OS, see Stop Microservices.
-
Navigate to your backup directory and enter the following commands:
sudo -u postgres psql zoomdata < zoomdata sudo -u postgres psql zoomdata-upload < zoomdata-upload sudo -u postgres psql zoomdata-keyset < zoomdata-keyset sudo -u postgres psql zoomdata-qe < zoomdata-qe Restart all Composer microservices. For appropriate commands based on your OS, see Restart Microservices.
For more information on backup and restore processes for PostgreSQL, refer to the PostgreSQL documentation.
Comments
0 comments
Please sign in to leave a comment.