Create Backup

Image generated by an AI with MIT license

Backup the docker volumes

All important data is stored in the Docker volumes.

Volumename
Description

flyingfish_flyingfish

Data from backend with config and tmp files

flyingfish_flyingfishLetsencrypt

Data from backend with Lets Encrypt certificates

flyingfish_flyingfishDbData

Database files from Mariadb server

flyingfish_flyingfishInfluxdbData

Database files from Influxdb server

flyingfish_flyingfishSsh

Data from SSH jump server

Install the following shell script to create a backup of the volume.

If you are interested or have questions, you can learn more about docker-volume-snapshot here.

Now everything is over to back up the volumes.

Restore the docker volumes

To restore the volume, first delete the old one (if it still exists).

Now it can be restored with the docker-volume-snapshot.

Last updated