PAM Jump Server Upgrade
UpgradeĀ
To upgrade PAM you will need to run two scripts, one for the store and the other for the launcher.
Upgrade store
To upgrade the storage container you can download and execute the following script: upgrade-store.sh
~/Downloads$ bash ./upgrade-store.sh
A brief description of the script
1. Gets the latest version of the PAM store.
2. Stops the store container.
3. Removes the store container.
4. Creates a new store container.
5. Starts a new store container.
Upgrade launcher
To upgrade the launcher container you can download and execute the following script: upgrade-launcher.sh
~/Downloads$ bash ./upgrade-launcher.sh
A brief description of the script
1. Gets the latest version of the PAM launcher.
2. Gets environment variables of current docker to create the new docker with the same configuration
3. Stops the launcher container.
4. Removes the launcher container.
5. Creates a new launcher container.
6. Starts a new launcher container.
(*) https://en.wikipedia.org/wiki/Jump_server