This article describes the steps to migrate PBS from Ubuntu 18 to Ubuntu 22.
Before we begin
Make sure there are no pending backups to be uploaded to Cloud by running the following command:
βzfs list -t snapshot
Internet connectivity should be available on PBS.
Stop any RMAN backup scripts running on the oracle servers while an upgrade is in progress.
Run upgrade when no RMAN backups are scheduled.
Perform the following steps before you migrate PBS:
i. Run the following commands to check system health:
sudo apt update sudo apt upgrade sudo apt dist-upgrade sudo apt autoremove
ii. Document installed softwares by running the following command:
dpkg --get-selections | sudo tee installed-software.txt > /dev/null
Copy installed-software.txt to some other local server.
Note:
To upgrade from one LTS version of Ubuntu to another LTS version, you must first upgrade to intermediate LTS versions. For example, if you want to upgrade from Ubuntu 18.04 to Ubuntu 22.04, you must first upgrade from 18.04 to 20.04 and then to 22.04.
Steps to migrate PBS to Ubuntu version 20.04
Run the the following commands to upgrade:
sudo apt install update-manager-coresudo do-release-upgrade
Follow the instructions and prompts, and review and approve the proposed changes.
Reboot the PBS VM once the upgrade is complete
Check the version by running the following command:
lsb_release -a
Run the following commands to check system health:
βsudo apt updatesudo apt upgradesudo apt dist-upgradesudo apt autoremove
Steps to migrate PBS to Ubuntu version 22.04
Run the the following commands to upgrade:
sudo do-release-upgrade
Follow the instructions and prompts, and review and approve the proposed changes.
Reboot the PBS VM once the upgrade is complete
Check the version by running the following command:
lsb_release -a
Run the following commands to check system health:
βsudo apt updatesudo apt upgradesudo apt dist-upgradesudo apt autoremove
Next Steps
Check PhoenixBackupStore service status by running the following command:
service PhoenixBackupStore status
If the service is not running, restart the service by running the following command:
service PhoenixBackupStore restart
Service might not start due to the OS version update. The agent running on the PBS has to be upgraded. Download the latest Phoenix Debian package from the Downloads page and install the package.
For any other unexpected problem, contact Support.
Related Keywords
ubuntu migration, ubuntu upgrade, upgrade ubuntu 18, upgrade to ubuntu 22, ubuntu 22 upgrade, steps to upgrade to ubuntu 22