Sunday, October 23, 2016

Re: transferring data between Postgres databases

If you're talking about migrating data using tools outside of django,
I've used SQLWorkbench[0] in the past.
I currently use it to selectively sync a handful of tables out of a
~900 table database *in* to my Django app.

[0] - http://www.sql-workbench.net/

-A

On Sun, Oct 23, 2016 at 9:04 PM, Mike Dewhirst <miked@dewhirst.com.au> wrote:
> I have a user who has done a lot of work (instead of playing) in the staging
> server and now wants to get that work into the production database.
>
> I'm about to research selective dump and load capabilities of Postgres but
> in the meantime can anyone suggest any shortcuts?
>
> Thanks
>
> Mike
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4ba85f65-b90c-c786-d112-96168cfbd9ca%40dewhirst.com.au.
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEE%2BrGrf2cEjCJEVuAxmz9FBPukzpBaAzR7RsBZ8iQ24ZpNWZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment