Upgrading Containers to the Latest Version of Siebel CRM
For an existing deployment, to upgrade your Siebel containers to the latest version of Siebel CRM 22.x, do the following:
-
Stop the containers for the installed version of Siebel CRM, using a command like the following:
bash stopAll sample-architecture-19.sh
-
Take a copy of your persistent directory content to back up the state of your enterprise. For example:
tar -czvf ENT.tar /var/lib/docker/volumes/PV/ENT
-
Upgrade to the latest version (for example, Siebel CRM 22.6) using a command like the following, where 22.x stands for the actual version number, such as 22.6:
bash startAll19 22.x sample-architecture-19.sh
See also the remaining topics in this document. Read carefully all sections in this document and take any appropriate action before starting containers on the next version.
For complete instructions for any future release, see the updated version of this document.