From: | <Holger(dot)Friedrich-Fa-Trivadis(at)it(dot)nrw(dot)de> |
---|---|
To: | <jbleichert(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: mirroring a server and/or hot standby |
Date: | 2015-06-24 14:04:13 |
Message-ID: | C5DBACC6DCC7604C9E4875FD9C7968B11A14CD6F11@ITXS01EVS.service.it.nrw.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello John,
Since you mentioned a different OS and want to copy the entire instance it would seem that pg_dumpall is the way to go.
You would then import the dump into the new instance using psql.
See:
http://www.postgresql.org/docs/9.4/static/app-pg-dumpall.html
http://www.postgresql.org/docs/9.4/static/app-psql.html
Best regards,
Holger Friedrich
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of John Bleichert
Sent: Wednesday, June 24, 2015 3:55 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] mirroring a server and/or hot standby
Hello All,
I am looking for documentation pointers on how to move the contents of an existing/working single-instance server to a new instance. As in: I have a Postgres server running in a VM and I want to move it to a different OS in a different VM guest.
Is there a way to gracefully do this? Is there a way to "sync" to a new server? Do I need to do this the hard way by manually copying all the data over to a new server with SQL?
It seems that setting up a hot standby server may be the way to go but chapter 25 in the user doc is scant on setup/install detail for this configuration. I am also interested in setting up an offsite hot standby server for failover.
Suggestions for tools and/or further reading welcome!
Thanks in advance,
John
From | Date | Subject | |
---|---|---|---|
Next Message | Andy Colson | 2015-06-24 14:09:33 | Re: DB access speeds, App(linux)<->PG(linux) vs App(linux) <->MSSql(Windows) |
Previous Message | Adrian Klaver | 2015-06-24 14:03:50 | Re: DB access speeds, App(linux)<->PG(linux) vs App(linux) <->MSSql(Windows) |