Hi,
I am trying to backup my maas setup(maas version 3.3 snap), for that I am following this link How to backup/restore maas for maas version 3.2 snap cause I was unable to find any documentation on 3.3. I was able to get configuration files and db dump from my maas setup.
I did a fresh maas installation on another machine but while restoring when I ran
sudo mv /snap/maas/current/etc/maas /snap/maas/current/etc/_maas
I got this read-only file system error
mv: cannot move '/snap/maas/current/etc/maas' to '/snap/maas/current/etc/_maas': Read-only file system
Has anyone faced the same error, is this error due to version difference (I am using latest 3.3 beta and following backup/restore doc for 3.2 snap) or am I missing anything else?
Any help will be appreciated.