These instructions aren’t in the documentation nor the project’s source repository so I’m jotting them down here for others. How to backup Gitea and your Gitea database using Docker adapted from the High TeaREADME file.
Backups use the standard Gitea Backup procedure adjusted for use with Docker as follows:
If your host machine does not, itself, have a backup process in place consider moving the backup archive to a cloud storage service such as Mega or Amazon S3 for safekeeping.
Hey guys have a problem with the script. The file can’t be copied. Got the error: Error: No such container:path: cb9154fcc7c2:/gitea-dump-1537778440.zip
Please create a new thread and link to the above instructions if you’re using Docker and leveraging the steps within. Also note if you’re deviating from the standard Gitea backup procedures documentation in any way and provide enough code to clarify your challenge help debug your problem.
Given you are already using a bind mount e.g. for /data in your container, you could combine all steps into the following command which will write the dump into the /data folder (or any working directory inside the container that you specify with -w):
The backup instructions for Docker based setup are clear and now also in the official documentation. However, it is also stated there that Gitea should be stopped for consistent backups. I could not find any kind of gitea shutdown command/option in the documentation to stop and restart after the backup.
Stopping the container would make it impossible to run the gitea dump command.
How should a consistent backup in this setup be created?