Upgrading Postgres version
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.
Checking your Postgres version
You can check your current version of Postgres by running the following command in your cluster:
Upgrading Postgres
You must place a compatible version of Postgres in the same registry as the current Postgres image prior to performing the upgrade.
If you are upgrading your Workbench version, complete that process first, then return here.
-
Pause your instance of Workbench by running the following command:
-
Use the restore script to update your version of Postgres to a compatible version by running the following command:
-
Unpause your instance of Workbench by running the following command:
Was this page helpful?