Backup and restore observium
Note to self, how to backup and restore an Observium installation such as Turn Key Linux.
backup
restore
backup
- mysqldump --all--databases >sql.txt
- tar zcvf rrd.tgz /opt/observium/rrd
restore
- log in at https://observium:12322/ as adminer
- import the sql.txt
- tar zxvf rrd.tgz -C /
Comments
Post a Comment