23 Jun
2022
23 Jun
'22
4:12 p.m.
Abhilash,
Thanks, I just finished the upgrade and it looks great.
FYI for anyone curious about our process. -shut down mailman. -have the database team make a backup (or copy) of the database (we host our database externally from Docker) -make a backup of docker.compose.yaml file -shutdown VM. (We run mailman in a VM) -snapshot the VM -power up VM -make the changes in the YAML file to the version you want to upgrade to, I,e ******************** docker-compose.yaml******************** . mailman-core: image: maxking/mailman-core:0.4.3 !!!!!!!!!!(changed from image: maxking/mailman-core:0.4.2) . mailman-web: image: maxking/mailman-web:0.4.3 !!!!!!!!!!!(changed from image: maxking/mailman-web:0.4.2) .
- start docker environment.