Wykres commitów

24 Commity (0772eb31009bf36df7c39432f916b31d6bcc52f4)

Autor SHA1 Wiadomość Data
jyrkka 1468f485e0
Fix issue with multiple schema creation and modify existing tests (#454) 2023-10-02 13:20:27 +02:00
mazano c816d5e72e
fix #439 (#445)
* fix #439

* add promote class
2023-09-04 21:56:45 +02:00
mazano 74bb497307
fix issue with multiple db creation and add test for this (#443)
* fix issue with multiple db creation and add test for this
2023-08-31 17:37:28 +02:00
mazano 80b4b715b6
add option to deactivate cron installation, run bash script through s… (#442)
* add option to deactivate cron installation, run bash script through shellcheck

* remove cron setting in compose
2023-08-20 23:27:11 +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
mazano f124d2349c
fix install extensions when having multiple DB (#407) 2023-01-12 10:09:52 +02:00
mazano ac9ec47e3b
install tagged versions of extensions (#400)
* fix #391
2022-12-23 15:50:45 +02:00
mazano 904607b0a5
reactivate pg_cron (#398) 2022-12-06 19:05:26 +02:00
mazano 6fc6147160
postgresql 15 upgrade (#392)
* postgresql 15 upgrade

* fix compose

* fix workflows
2022-10-26 07:39:14 +02:00
mazano 3fc60d46e7
fix lock file mounts (#369)
* fix lock file mounts
2022-04-29 16:05:31 +02:00
mazano 55137f4418
Dry paswords (#339)
* DRY for password generation
2022-04-27 08:30:16 +02:00
mazano bb31561819
use predefined pg roles (#337)
* use predefined pg roles

* remove sql for specifying default priviledges
2021-11-09 17:24:55 +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 f325268249 fix dir creation 2021-06-12 15:48:26 +02:00
admire b8ce200076 random password and add kartoza figlet 2021-06-06 17:36:15 +02:00
mohsen.eng74 43adffaf65 Fix error on enabling uuid-ossp extension 2021-05-10 14:15:56 +04:30
admire 2c1657efd3 Fix pr review issues 2021-03-02 07:45:59 +02:00
admire f3264d4db8 Random optimisations 2021-03-01 08:42:38 +02:00
mazano 009f6b3156
add pg-cron back with the image (#284) 2020-11-04 21:49:46 +02:00
mazano 07747252b2
Upgrade version to 13.0 (#276)
* Upgrade version to 13.0

* Fix failing tests and add more env variable customisations

* Use args for building versions

* remove unneeded line
2020-10-09 08:09:56 +02:00
mazano 46d64624a9
Add logical replication (#264)
* 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>
2020-10-01 17:55:53 +02:00
mazano 729d6d94fa
Set password authentification to scram-sha-256 (#240)
* 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>
2020-05-01 07:33:49 +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