dreamproit / billtitles-py

Service to get bills, titles and bills related by title (using FastAPI); see also billtitles in Go
MIT License
1 stars 1 forks source link

Store data as a backup volume (for Postgres) #8

Closed aih closed 2 years ago

aih commented 2 years ago

See https://dzone.com/articles/docker-backup-your-data-volumes-to-docker-hub OR https://jareklipski.medium.com/backup-restore-docker-named-volumes-350397b8e362

and https://hub.docker.com/p/loomchild/volume-backup

aih commented 2 years ago

Or dump and restore the db: https://www.postgresqltutorial.com/postgresql-copy-database/