Upgrade DataPlane from 1.1.0 to 1.2.0
Make sure you take regular backups of the instance before your proceed with the upgrade procedure.
- Back up your existing DataPlane repository (dp.repo) file.
-
Download the upgrade repository tarball to the repository folder:
wget -nv <upgrade-repo-URL> -o /etc/yum.repos.d/dp.repo
-
Verify that the repository is downloaded:
yum search dp-core
You should see two dp-core repositories.
-
Update the repository by running the following command:
yum update dp-core
You should see two versions of the DP Platforms.
-
Run the upgrade command as follows:
./dpdeploy.sh upgrade --from /usr/dp/1.1.0.0-392/core/bin/
A message appears that the upgrade process is complete.
-
Once the upgrade process is successfully completed, add hosts using the following command:
./dpdeploy.sh utils add-host <Host URL> <Host FQDN>
Make sure you run this command for each host. The upgrade process does not automatically add hosts.
The following message appears:
This will update database schema which cannot be reverted. All backups need to be made manually. Please confirm to proceed (yes/no):
- Enter yes to continue.
-
When prompted, enter the master password for DataPlane.
NoteThe master password should be the same as the password used in the previous version of DataPane.
-
If asked, enter the password for supplied certificates. You will prompted only if you have provided certificates in the
config.env.sh
file.