On Wed, Sep 29, 2010 at 4:52 PM, Michal Glowacki <[email protected]>wrote:
> > I try to do it on two machines, my computer and local server. My system is > Windows 7 64bit, standby is XP professional sp2 64bit. Both machines run > postgres 9.0.0. I tried dump, dump_all, pgadmin III's backup and restore - > nothing works. > Instead of pg_dump, you need to take a base backup by using pg_start_backup and pg_stop_backup, and load it in the standby. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
