Re: [SQL] Copying databases

From: "omid omoomi" <oomoomi(at)hotmail(dot)com>
To: hamid(at)emarq(dot)com, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Copying databases
Date: 1999-11-04 01:28:19
Message-ID: 19991104092820.36302.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi,
AFAIK, since there is no database replication supported in pg,the only
way I think is to dumping out your data ( owned by user ) using pg_dump or
pg_dumpall . Due to some limitatins on pg_dump function, the new database
would need some regulations after creation.Look at the pg help docs.
regards,
omid omoomi

>From: "Hamid Khoshnevis" <hamid(at)emarq(dot)com>
>To: <pgsql-sql(at)postgreSQL(dot)org>
>Subject: [SQL] Copying databases
>Date: Wed, 3 Nov 1999 21:54:33 -0800
>
>I need to have identical copies of the same database on 2 different
>machines. Can I simply file copy all of the source files to the destination
>machine. Do I have to bring PG down on the destination before doing this
>(assuming no one is actively hitting the destination db).
>
>Thanks!
>
>hamid
>
>Hamid Khoshnevis
>emarQ.com
>1488-1188 W. Georgia St.
>Vancouver, BC V6E 4A2, Canada
>Ph: (604) 687-7111
>Fx: (604) 687-7222
>http://www.emarq.com
>hamid(at)emarq(dot)com
>
>
>************
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Browse pgsql-sql by date

  From Date Subject
Next Message Hamid Khoshnevis 1999-11-04 05:54:33 Copying databases
Previous Message Jan Wieck 1999-11-03 17:16:33 Re: [SQL] Optimizing a query through its syntax and indices