Backing up and restoring IBM Optim Archive
Administrators can back up system metadata and restore configurations in case of failure or migration.
Backing up IBM Optim
To back up your IBM® Optim Archive system and data:
- Use PostgreSQL tools to export the MetastoreDB database.
- Save backup copies of key configuration files:
- optim-tdm-compose.yaml
- .env
- Keycloak Realm configuration
- Apache Iceberg file storage catalog (
OPTIM_CATALOG_DIR) - Encryption keys
- Encrypt the backed up files and store them in a secure location.
Restoring IBM Optim
To restore your IBM Optim Archive system and data from a backup:
- Restore the MetastoreDB database.
- Reapply the application configuration by restoring the configuration files from your backup copies:
- Restore optim-tdm-compose.yaml, .env, catalog, and Keycloak settings.
- If this is a new host environment, restore the encryption keys. If you are restoring to the same host, the keys should still be in place.
- Restart the IBM Optim containers to pick up the updated configuration.
- Verify the system integrity by logging in and confirming that you have access to workflows and connections.
Tip: Always test restore procedures in a staging environment before applying them to
production deployments.