Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To upgrade for v.1.0.8.0 you must be at version v1.0.7.0 ..

You should consider full backup.

...

  1. The update file in the format of : DPOD-fixpack-<version number>.sfs (for example: DPOD-fixpack-1_0_5.sfs)
  2. The md5 hash calculation of the update file : DPOD-update-<version number>.md5

Create a user for the store service

Paste code macro
groupadd storeadms && useradd -g storeadms -md /home/storeadm -s /bin/bash storeadm

Copy the software update to the DPOD server

...

Code Block
themeRDark
MonTierUpdateInstaller.sh -u DPOD-updatefixpack-<version number>.sfs -s DPOD-updatefixpack-<version number>.md5

For example:

Code Block
themeRDark
MonTierUpdateInstaller.sh -u DPOD-updatefixpack-1_58_0.sfs -s DPOD-updatefixpack-1_58_0.md5


After running the command you will be prompted to confirm the software update process. press "Y" to confirm or "N" to abort.

...