dbTalk Databases Forums  

[BUGS] BUG #6439: problems with streaming replication

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #6439: problems with streaming replication in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vipinassabu@gmail.com
 
Posts: n/a

Default [BUGS] BUG #6439: problems with streaming replication - 02-08-2012 , 04:21 AM






The following bug has been logged on the website:

Bug reference: 6439
Logged by: vipin v
Email address: vipinassabu (AT) gmail (DOT) com
PostgreSQL version: 9.0.0
Operating system: windows xp
Description:

hi
I tried to configure replication in windows xp with postgresql 9.0 standard
edition,
1. Edit postgresql.conf on the master to turn on streaming replication.
Change these settings:
listen_address = '*'
wal_level = hot_standby
max_wal_senders = 3
2. Edit pg_hba.conf on the master in order to let the standby connect.
host replication all 192.168.0.2/32 trust
In stadby server
1. First, in postgresql.conf, change this line:
hot_standby = on
2.Edited recovery.conf on the standby.
standby_mode = 'on'
primary_conninfo = 'host=192.168.0.1'

After putting the recovery.confg in data folder,I cant start the postgresql
service.


--
Sent via pgsql-bugs mailing list (pgsql-bugs (AT) postgresql (DOT) org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.