Current versions of Workbench no longer support Postgres versions 9.6 and older. To align with these changes, you must update your Postgres to a supported version. To simplify this process, Anaconda provides a script that automates the update, minimizing downtime and ensuring a smooth transition. See which Postgres versions are compatible with your version of Workbench in the latest release notes.
Pause your instance of Workbench by running the following command:
Copy
Ask AI
ae_pause.sh
Use the restore script to update your version of Postgres to a compatible version by running the following command:
Copy
Ask AI
# Replace <VERSION> with the new Postgres version image numberbash ae_restore.sh ae5_config_db_YYYYMMDDHHMM.tar.gz ae5_data_YYYYMMDDHHMM.tar.gz --db-version=<VERSION>
Unpause your instance of Workbench by running the following command: