On Wed, 7 Oct 2009 04:40:58 -0700 (PDT)
bab <[email protected]> wrote:

> I am thinking on just copying the infor from the local database to the
> live database (both postgresql) but am unsure how to do this as there
> are so many tables and I'm not sure which ones are needed.

I do this all the time using pg_dump and gzipping it for quicker
transfer. My dev server and web server Satchmo and Postgres set ups
are the same. At the other end gunzip and then pg_restore.

Regards,
Iain.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to