Wykres commitów

14 Commity (a36eab044aa25d082ad569f43a0aba2f5d95156c)

Autor SHA1 Wiadomość Data
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