Skip to content
Discussion options

You must be logged in to vote

@shakibshalim74
Try this in staging before attempting in production.

Refer https://docs.cloudstack.apache.org/en/4.20.2.0/upgrading/upgrade/upgrade-4.19.html

Full backup of cloud and cloud_usage databases, including routines.

$ mysqldump -u root -p -R cloud > cloud-backup_$(date +%Y-%m-%d-%H%M%S)
$ mysqldump -u root -p cloud_usage > cloud_usage-backup_$(date +%Y-%m-%d-%H%M%S)

Snapshot / backup all Management Server VMs, Preserve:

/etc/cloudstack/management
SSL / LDAPS keystores

On all 3 Management Servers:

Upgrade CloudStack management packages to 4.20.2
Do NOT start the service yet

This ensures all MS nodes run the same binaries before schema changes begin.

Start ONE Management Server
Th…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@shakibshalim74
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DaanHoogland
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants