Appliance Mode Users Only - Upgrade Should be Applied in 2 Steps
The upgrade will upgrade update your DPOD installation to an advanced level of Operating System (CentOS 7.7). Therefore the upgrade command will be required to be executed twice:
- For operating system upgradeupdate
- For application software upgrade
Issue in Upgrading Cell Environment from 1.0.9.0 to 1.0.10.
...
1
Warning |
---|
DPOD 1.0.10.0 1 has an issue that causes upgrades to fail in a cell environment. Follow the instructions below to avoid this issue. |
Before running the upgrade, execute the following commands on each of the cell members:
Code Block language bash theme RDark # Cell MEMBERS only! mv /app/agentnode /app/agentnode-old mv /etc/init.d/MonTier-AgentNode /etc/init.d/Disabled-MonTier-AgentNode
Before running the upgrade, execute the following commands on the cell manager:
Code Block language bash theme RDark # Cell MANAGER only! mv /app/agentnode /app/agentnode-old
Issue in Executing the Data Migration Tool
Warning |
---|
DPOD 1.0.10.0 sometimes fail to execute the Data Migration Tool. This has been fixed in DPOD 1.0.10.1, so you may upgrade directly to 1.0.10.1 in order to avoid this issue. |
In case the following message is displayed, please use the steps below to execute the Data Migration Tool during an upgrade to 1.0.10.0:
Code Block | ||||
---|---|---|---|---|
| ||||
Some of the stored application data cannot be migrated to the latest version of the Store service.
A data migration tool has been deployed in /installs/data-migration-tool.
You may run it using the following command:
/installs/data-migration-tool/data-migration-tool.sh |
Steps to execute the Data Migration Tool:
...
language | bash |
---|---|
theme | RDark |
...