Upgrading to a new Release
Train -> Xena
Backup
mariadb
./cc-ansible mariadb_backup
docker run --rm -it \
-v mariadb_backup:/mariadb_backup:ro \
-v /tmp/backup:/backup \
ubuntu:latest bash
# copy the latest backup from `/mariadb_backup to /backup`Clean up the controller nodes
Ubuntu 20.04
Check out new chi-in-a-box
Update passwords.yml
Update inventory/hosts
Get new containers, and deploy services
Last updated