(Python/Django): How do I keep my production db in sync (scheme and data) and with dev pc db?
- by Emilio
Hello, newbie here.
i have a local Postgre database which will be filled with data (daily) on my local development machine. What is a good solution to transfer/sync/mirror this data to a production postgre database.
For what it's worth I'm developing in Python using Dajngo.
Thanks!