Hi, Kindly let me know how to copy database tables from on Unix server to the other. We are using the same postgreSQL database on both the servers.When we gave pg_dump command it gave permission denied. Thanks, jacintha
jacintha menezes wrote:
Hi, Kindly let me know how to copy database tables from on Unix server to the other. We are using the same postgreSQL database on both the servers.When we gave pg_dump command it gave permission denied.
This is meant with respect and in the spirit of helpfulness. I have noticed that many of your requests to this list are off-topic. They also indicate that you are unfamiliar with using *nix platforms. I believe you would find more help if you posted these type questions to mailing lists where they would be on topic. HTH, -- Tim Cook, President - FreePM,Inc. http://www.FreePM.com Office: (901) 884-4126 ONLINE DEMO: http://www.freepm.org:8080/FreePM
Hi, Thanks for your response. Just let me know under *nix platform how you would have copied database tables( in zope) from one server to another. thanks, jacintha
jacintha menezes wrote:
Hi, Thanks for your response. Just let me know under *nix platform how you would have copied database tables( in zope) from one server to another.
In Zope I would copy ZODB FileStorage using Export (or copy the entire Data.fs). That's not going to get your PostgrSQL tables copied though. -- Tim Cook, President - FreePM,Inc. http://www.FreePM.com Office: (901) 884-4126 ONLINE DEMO: http://www.freepm.org:8080/FreePM
Jacintha, I also have noticed how most of your questions to this list are not only off-topic but the answers could be found with a minimal amount of searching on the web. Can I suggest that you try www.google.com, or the relevant product support lists. This will get your answers much more quickly. This list is supposed to be about Zope, copying database tables is more or less unique for each RDBMS, the Postgres lists will help you much more quickly than most on this list can. hth Phil ----- Original Message ----- From: "jacintha menezes" <jacintha.menezes@wipro.com> To: <tim@freepm.org> Cc: <zope@zope.org> Sent: Wednesday, March 21, 2001 10:51 AM Subject: [Zope] coping database tables
Hi, Thanks for your response. Just let me know under *nix platform how you would have copied database tables( in zope) from one server to another.
thanks, jacintha
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
jacintha menezes -
Phil Harris -
Tim Cook