Update Failure with Application Deployment - Cannot upgrade AMP instance

solved.
Use ampinstmgr

  1. Check, if amp user has reading rights on directory “ADS01”. I had to set them first.
  2. login as amp user in ampinstmgr: “sudo su -l amp
  3. run “ampinstmgr --UpgradeAll” (ref: ampinstMgr console commands)

Output shall be like this:

 CubeCoders AMP  :computer:amp@gameserver  :file_folder:~/.ampdata/instances/ADS01  ampinstmgr --UpgradeAll
[Info/1] AMP Instance Manager v2.5.1.8 built 03/09/2024 11:47
[Info/1] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[Info/1] Upgrading instance ADS01
[Info/10] Upgrade successful
[Info/10] Upgrading instance PrallheimLinux01
[Info/10] Upgrade successful
[Info/8] Using default tag: latest
[Info/8] latest: Pulling from cubecoders/ampbase
[Info/8] Digest: sha256:a6d66d67203807d0fb9801f55587ac22c28d634852ab7ef689db5baffc922d23
[Info/8] Status: Image is up to date for cubecoders/ampbase:latest
[Info/8] docker.io/cubecoders/ampbase:latest

  1. restart your main instance, if needed. (ampinstmgr -s ADS01)
  2. You are done. Have fun.
4 Likes