hi, I wanted to take new feature of postgres 9 into action - hot standby. However for some days I am still struggling with starting hot standby server. I have set up everything as mentioned in Postgres Tutorial, on master and standby. All the time I get: 2010-09-27 15:56:22 CEST LOG: Âdatabase system was shut down at 2010-09-27 15:56:20 CEST 2010-09-27 15:56:22 CEST LOG: Âentering standby mode 2010-09-27 15:56:22 CEST WARNING: ÂWAL was generated with wal_level=minimal, data may be missing 2010-09-27 15:56:22 CEST HINT: ÂThis happens if you temporarily set wal_level=minimal without taking a new base backup. 2010-09-27 15:56:22 CEST FATAL: Âhot standby is not possible because wal_level was not set to "hot_standby" on the master server 2010-09-27 15:56:22 CEST HINT: ÂEither set wal_level to "hot_standby" on the master, or turn off hot_standby here. 2010-09-27 15:56:22 CEST LOG: Âstartup process (PID 5100) exited with exit code 1 2010-09-27 15:56:22 CEST LOG: Âaborting startup due to startup process failure I tried it even on 'empty' server, with only maintanance 'postgres' database. Here's some info how I do it: 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. recovery.conf on standby is:
pga_hba.conf on master is:
and postgresql.conf on master is:
What more can I do? Regards, Michal |