We have install PostgreSQL 9.3 in Ubuntu. We want to ask it is posibble to do log shipping replication in one machine with different port such as port 5435 as a master while 5436 as a slave? We also tried that process in one machine but still get an error in slave such as
warning: connection to the database failed, disabling startup checks:
psql: FATAL: the database system is starting up
We do the log shipping replication process based on
http://www.themagicnumber.es/replication-in-postgresql-i?lang=enWe hope all of you can help us to solve this problem. Thank you