Wykres commitów

6 Commity (d414b4a340d854b73e6f6e0a24982a900dab6f7a)

Autor SHA1 Wiadomość Data
Admire Nyakudya d414b4a340 revert tests 2022-12-30 09:15:41 +02:00
Admire Nyakudya 8380b45580 update initdata dir test for normal user 2022-12-30 08:54:05 +02:00
Admire Nyakudya aadda8a904 Run postgresql as normal user 2022-12-26 10:48:57 +02:00
Rizky Maulana Nugraha dd9c11fdcf
fix #321: POSTGRES_INITDB_WALDIR handling (#324)
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
2021-08-19 20:55:32 +07:00
admire 18084b5e28 explicity declare password 2021-06-12 13:25:54 +02:00
Rizky Maulana Nugraha af1e88beab
Fix data directory deleted on migrations (#228)
* Fix data directory deleted on migrations

* Fix issue #226

* Refactor entrypoint process to only delete DATADIR when
  RECREATE_DATADIR is explicitly set to TRUE

* Refactor config to use DATADIR from environment variable

* Update README

* Refactor tests to use python

* Add collations tests

* Change travis config to omit docker image sharing

* Change tests for collation default

* Following up PR #228 about environment variable behaviour

* Add tests for datadir initializations

* Update Travis config

* Improve replication testing
2020-04-08 15:15:45 +07:00