This is mainly to fix#321
Fix POSTGRES_INITDB_WALDIR behaviour as expected for the default setup.
With added several minor improvements:
* Add scenario tests for testing POSTGRES_INITDB_WALDIR possible setup
* Improve README.md
* Fix symlink resolution check
* WIP
* Added logic to split between streaming and logical replication
* fix descriptions in readme
* added replication settings to conf files for logical repl
* Rename services to proper names for replication
* Fix review issues
* added test for logical replication
* add logical replication test to travis
* fix script for startup in logical replications
* fix volume declaration
* Fix and improve replication unittests
Co-authored-by: Rizky Maulana Nugraha <lana.pcfre@gmail.com>
* Set password authentification to scram-sha-256
* fix init startup and make the default pass auth to md5
* Update readme
Co-authored-by: admire <admire@kartoza.com>
* reorder scripts and add new env variable for shared libraries
* Fix failing test
* Increase timeout for collation tests
Co-authored-by: admire <admire@kartoza.com>