canonical / maas-ansible-playbook

An Ansible playbook for installing and configuring MAAS
Apache License 2.0
44 stars 34 forks source link

Backup not working #116

Open ElineMaaikedeWeerd opened 1 year ago

ElineMaaikedeWeerd commented 1 year ago

Backup isn't working since the HA postgres branch has landed: postgres backup tasks are missing, and _primary names no longer exist.

simonlock commented 1 year ago

Yes, I have the very same issue. Renaming maas_postgres_primary to maas_postgres allows the backup.yaml task to progress further but then no archives are created.

SK1Y101 commented 1 year ago

Additional note: I can't see anything that suggests we backup MAAS snaps? We have the ability to restore them it would seem

Also : While I'm here: the backup references a backup script in the postgres role, that doesn't seem to exist either. (Just realised this was actually mentioned in the original post, ignore this)