postgresql - postgres database replication on windows 8 -
i using postgres 9.4 on 2 different windows machines. both machines having windows-8 operating system.
i want create replicate environment i.e. make 1 master , other slave db.
i have followed steps mentioned on link below : https://wiki.postgresql.org/wiki/binary_replication_tutorial
after copying file data folder of master machine slave machine (excluding pg_xlog folder , postgresql.conf file), when tried start slave db, prompt me error below -

"the postgresql-9.4 service on local computer started , stopped. services stop automatically if not in use....."
even not able open log file there in pg_log folder on slave (access denied), copied slave.
can me out of issue?
Comments
Post a Comment