-
- Downloads
Introduce DOCKER_VOLUMES_PATH_PREFIX
The idea behind this is for each Docker volume that contains some part of the state of RDMS to be bind-mounted from a hardcoded subdirectory of a well-defined, configurable path outside of /var/lib/docker. This should make it easier and less error-prone to create backups of and RDMS instance as a whole, especially when compared to Docker's official recommendation of creating a tarball of each volume individually using "docker run": https://docs.docker.com/storage/volumes/#backup-restore-or-migrate-data-volumes
Showing
- .env.template 4 additions, 0 deletions.env.template
- .env.template.development 4 additions, 0 deletions.env.template.development
- .gitignore 2 additions, 0 deletions.gitignore
- README.md 21 additions, 1 deletionREADME.md
- create_volumes.sh 11 additions, 0 deletionscreate_volumes.sh
- docker-compose.override.yml 8 additions, 15 deletionsdocker-compose.override.yml
- docker-compose.yml 8 additions, 17 deletionsdocker-compose.yml
Loading
Please register or sign in to comment