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

https://github.com/thomasleese/postgresql-data-sync

Syncing our production database to staging.
https://github.com/thomasleese/postgresql-data-sync

heroku postgresql production staging sync

Last synced: 13 days ago
JSON representation

Syncing our production database to staging.

Awesome Lists containing this project

README

          

# PostgreSQL Data Sync

Syncing our production database to staging.

## Setup

1. Deploy the app to Heroku and install the Heroku Scheduler add-on.
2. Add a scheduled entry for `./sync.sh` every day at the time you want the sync to run.