Wykres commitów

13 Commity (831d639396bdd0c93128ae48f6e20496a0c7858f)

Autor SHA1 Wiadomość Data
Admire Nyakudya 831d639396 fix test and dry some functions 2023-01-02 18:57:06 +02:00
Admire Nyakudya 4086637d06 stop custom waldir 2022-12-30 14:03:41 +02:00
Admire Nyakudya 2599818929 add tests 2022-12-30 13:40:46 +02:00
Admire Nyakudya d48a1e687c add tests 2022-12-30 13:27:07 +02:00
Admire Nyakudya f55b0734f1 fix running tests 2022-12-30 09:41:52 +02:00
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
Rizky Maulana Nugraha 4a42a37069
Improve scenario tests logging 2021-01-28 02:43:09 +07:00
mazano 326ca94c42
Added support level agreement to readme (#247)
* Added support level agreement to readme

* Increased sleep timeout for tests to pass

Co-authored-by: admire <admire@kartoza.com>
2020-06-14 17:06:54 +02:00
Eero af Heurlin b1308e3215
Allow changing of distro at build time (#233)
* Allow changing of distro at build time

Ubuntu focal has better arm64 support for example.

* Document build-arg usage

* increase sleep time

as per https://github.com/kartoza/docker-postgis/pull/233#discussion_r409846863
2020-04-20 12:05:39 +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