Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Novice > Re: how to repl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 3 Topic 3147 of 3255
Post > Topic >>

Re: how to replicate a database from one machine to the other?

by kap4lin@[EMAIL PROTECTED] ("P Kapat") Jun 26, 2008 at 05:22 PM

On Wed, Jun 25, 2008 at 11:10 PM, Shane Ambler <pgsql@[EMAIL PROTECTED]
> wrote:
> P Kapat wrote:
>>
>> A total novice here!
>>
>> Machine A: Kubuntu 8.04 has the required database under user userA
>> Machine B: RHEL 5 is the destination machine with userB
>>
>> I want to transfer the entire database under userA from machine A to
>> user B under machine B. Is that possible?
>>
> Yes.
>
> If the MachineB postgres version is older then you may have problems.
>
> MachineA
> pg_dump machineadb > madb.sql
>
> copy madb.sql across to machineB
>
> MachineB
> psql < madb.sql
>
> This would make a copy of the database named machineadb, if you want
every
> db on the server then you can use pg_dumpall
>
> You may need options like -U -h and -W (username/host/prompt for
password)
> man psql or man pg_dump for more detail

Thanks Shane, that worked. There were some errors for missing roles,
but that was expected since the usernames were different on the two
machines.

-- 
Regards
PK
--------------------------------------
http://counter.li.org
#402424

-- 
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice
 




 3 Posts in Topic:
how to replicate a database from one machine to the other?
kap4lin@[EMAIL PROTECTED]  2008-06-25 18:14:49 
Re: how to replicate a database from one machine to the
pgsql@[EMAIL PROTECTED]   2008-06-26 12:40:49 
Re: how to replicate a database from one machine to the other?
kap4lin@[EMAIL PROTECTED]  2008-06-26 17:22:02 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 6:28:58 CDT 2008.