https://github.com/internethealthreport/psql-dump
Script for creating daily dumps of the database
https://github.com/internethealthreport/psql-dump
Last synced: about 2 months ago
JSON representation
Script for creating daily dumps of the database
- Host: GitHub
- URL: https://github.com/internethealthreport/psql-dump
- Owner: InternetHealthReport
- License: apache-2.0
- Created: 2022-01-20T08:00:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T13:16:35.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:25:14.411Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psql-dump
Script for creating daily dumps of the database
Should be run with docker with the following command:
```zsh
docker run -e PSQL_HOST=10.0.0.1 -e PSQL_ROLE=django -v /path/to/local/dumps:/dumps internethealthreport/psql-dump configs/country_hegemony_v4.json
```