(Python/Django): How do I keep my production db in sync (scheme and data) and with dev pc db?

Posted by Emilio on Stack Overflow See other posts from Stack Overflow or by Emilio
Published on 2010-03-29T10:40:48Z Indexed on 2010/03/29 10:43 UTC
Read the original article Hit count: 175

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about python