2

Problem:

I'd like to create regular backups of a docker volume used by a running docker container.

Partial solutions:

If I shut down the container using the volume, I found these solutions:

Question:

Using either docker or also docker-compose, how do I backup a volume, without any downtime of the app container using the volume?

Busykoala
  • 41
  • 1
  • 4
  • Those same solutions should still work; you should just be aware that there might be things like pid files that could cause problems on restore, and that the application might keep some of its state in memory until it's cleanly shut down. – David Maze Dec 27 '19 at 00:07

0 Answers0