An open API service indexing awesome lists of open source software.

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

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
```