Appliance Mode Users Only
...
- Upgrade Should be Applied in 2 Steps
The upgrade will upgrade 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 upgradeFor Application upgradeoperating system upgrade
- For application software upgrade
Issue in Executing the Data Migration Tool
Tip |
---|
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 on 1.0.10.0 only:
Code Block | ||||
---|---|---|---|---|
| ||||
# Mount the fix pack file and copy java directory to migration tool.
mount DPOD-fixpack-1_0_XX_0.sfs /mnt/update/
cp -r /mnt/update/java /installs/data-migration-tool/.
umount /mnt/update
# Set migration tool java runtime to copied jvm
cp /installs/data-migration-tool/data-migration-tool.sh /installs/data-migration-tool/data-migration-tool.sh-orig
sed -i 's/java\ -cp/\/installs\/data-migration-tool\/java\/bin\/java\ -cp/i' /installs/data-migration-tool/data-migration-tool.sh
# Run the tools
/installs/data-migration-tool/data-migration-tool.sh |