From: | Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | Michele Petrazzo - Unipex <michele(dot)petrazzo(at)unipex(dot)it> |
Subject: | Re: [9.0] hot standby plus streaming replication |
Date: | 2010-09-30 20:15:53 |
Message-ID: | 4CA4EFF9.2000801@2ndQuadrant.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ciao Michele,
> both server (master and standby) need a common directory where read
and write the wal files?
Not necessarily. You can use for instance scp to ship the WAL file from
the master to the standby using the network.
> Just another question about replication: there is the possibility to
build a sync between a 32 and a 64 bit (on linux)?
As stated in the documentation
(http://www.postgresql.org/docs/9.0/static/warm-standby.html) the
hardware architecture must be the same.
Hope this helps.
Ciao,
Gabriele
--
Gabriele Bartolini - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
gabriele(dot)bartolini(at)2ndQuadrant(dot)it | www.2ndQuadrant.it
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2010-09-30 20:26:27 | Re: PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) - Unable to install |
Previous Message | Raymond O'Donnell | 2010-09-30 20:11:37 | Re: No Relations Found Error |