We have install postgresql version 9.3 in ubuntu. We want to ask is it possible to do log shipping replication in one machine with different port? 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 the log shipping replication process based on http://www.themagicnumber.es/replication-in-postgresql-i?lang=en
We hope all of you can help us to solve this problem. Thank you.