Wykres commitów

11 Commity (develop)

Autor SHA1 Wiadomość Data
mazano da42b90334
Upgrade to PG17 (#485)
* Upgrade to PG17



---------

Co-authored-by: Admire Nyakudya <mazano@MacBookAir.Dlink>
2024-10-19 14:01:20 +02:00
mazano c816d5e72e
fix #439 (#445)
* fix #439

* add promote class
2023-09-04 21:56:45 +02:00
mazano b70664d906
fix issue with host mounts (#419)
* fix issue with host mounts and add tests
2023-03-30 07:08:30 +02:00
mazano 9f8f979b6e
run container as none root (#403)
* add option to run as none root and update tests
2023-02-01 06:42:32 +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 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
mazano 8b12300b2b
reorder scripts and add new env variable for shared libraries (#231)
* 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>
2020-04-14 19:00:36 +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