Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If you are using the OEM PostgreSQL database in ZENworks 2017 Update x, then ensure that you migrate to an external PostgreSQL database before upgrading your zone to ZENworks 2020.
Depending on the platform, perform the following steps to migrate to an external PostgreSQL database:
If you are planning to upgrade to ZENworks 2020, ensure that you install PostgreSQL 11.4.
./migrate_postgres.sh -p <PostgreSQL_Installed_Directory> --database <zenworks_db_name> --password <superuser password>
Example: ./migrate_postgres.sh -p /usr/pgsql-11/ --database zenworks_database --password novell
Note:
If you are planning to upgrade to ZENworks 2020, ensure that you install PostgreSQL 11.4.
The PostgreSQL upgrade log will be generated in the current directory.
Hence, it is recommended to change the directory to %USERPROFILE% so that PostgreSQL has permission to write logs.
migrate_postgres.bat -p "<postgresql_install_location"
Example: migrate_postgres.bat -p "C:\Program Files\PostgreSQL\11"
Note: