On Wed, 12 Nov 2003, exciteworks hosting wrote:
> Is there an easy way to copy all DBs and users on a server to another
> server?
>
> I need to get an exact duplicate.
pg_dump -h source_server|psql -h dest_server
---(end of broadcast)---
TIP 5:
In an attempt to throw the authorities off his trail, [EMAIL PROTECTED] (exciteworks
hosting) transmitted:
> Is there an easy way to copy all DBs and users on a server to another
> server?
>
> I need to get an exact duplicate.
How exact is "exact"?
One notion of "exact" would involve stopping th
On Thu, 2003-11-13 at 07:47, exciteworks hosting wrote:
> Is there an easy way to copy all DBs and users on a server to another
> server?
pg_dumpall is a good partner. If i am correct, you can also copy the
entire data directory, provided if both versions are same.
regards,
bhuvaneswaran
sign
Is there an easy way to copy all DBs and users on a server to another
server?
I need to get an exact duplicate.
Thanks in avance!
---
Josh Trefethen
Exciteworks, Inc
http://exciteworks.com
---(end of broadcast)---
TIP 6: Have you searched our li