mazano
a36eab044a
only use archiving commands when mode is set to on ( #371 )
...
only use archiving commands when mode is set to on
2022-05-07 15:08:57 +02:00
mazano
3fc60d46e7
fix lock file mounts ( #369 )
...
* fix lock file mounts
2022-04-29 16:05:31 +02:00
mazano
2be8456411
fix promote to master in streaming replication ( #370 )
...
* fix promote to master in streaming replication
* remove tests in example compose
* Fix grammar error
2022-04-29 15:52:14 +02:00
mazano
55137f4418
Dry paswords ( #339 )
...
* DRY for password generation
2022-04-27 08:30:16 +02:00
mazano
fcec79d052
Timescale build argument ( #361 )
...
* disable timescale build
2022-02-11 12:03:44 +02:00
mazano
2c4a732b78
Add option to auto tune postgresql config using timescale-db tune ( #348 )
...
* Add option to auto tune postgresql config using timescale-db tune
2021-12-03 19:08:00 +02:00
mazano
94cda98542
Run startup scripts against all databases specified in the env variab… ( #335 )
...
* Run startup scripts against all databases specified in the env variable POSTGRES_DB
2021-12-03 18:09:56 +02:00
mazano
dcfb4e79c0
add timescale DB extension to the image ( #341 )
...
* add timescale DB extension to the image
* fix readme
* fix duplicated upgrade entry in dockerfile
2021-11-14 16:36:03 +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
979ca6c220
fix appending password to text file on restart and add description to mention pg-wal creation
2021-07-01 10:31:07 +02:00
admire
cc3b0cc9b2
fix default pg_wal dir
2021-06-29 21:28:26 +02:00
admire
49ccb78627
fix init waldir
2021-06-28 17:31:18 +02:00
admire
e78909e5b5
remove replication password which is repeated
2021-06-12 16:13:38 +02:00
admire
f325268249
fix dir creation
2021-06-12 15:48:26 +02:00
admire
22550cdb1d
wip - passwords
2021-06-10 18:27:48 +02:00
admire
b8ce200076
random password and add kartoza figlet
2021-06-06 17:36:15 +02:00
admire
c07305b85c
add ssl_dir env to allow dynamic setup of custom certificates
2021-05-17 21:50:50 +02:00
admire
ae656a2f72
Force cllients to connect with SSL
2021-05-04 13:10:19 +02:00
nilsnolde
06ef17a9ca
fix README conflict
2021-03-02 11:48:46 +01:00
nilsnolde
55147c77a9
add IGNORE_INIT_HOOK_LOCKFILE env var to be able to execute scripts on every container startup
2021-03-01 14:00:39 +01:00
admire
f3264d4db8
Random optimisations
2021-03-01 08:42:38 +02:00
admire
09c57349ee
Some minor tweaks
2021-01-05 19:09:48 +02:00
admire
2f6cf6a071
added base build folder into main branch and various optimisations - revert commit for fixing passwords with strange characters - not worth the hassle
2021-01-02 23:34:42 +02:00
admire
77578f4a5c
add pg-cron back with the image
2020-11-04 21:25:18 +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
444f19e13d
Fix default values for wal storage and archiving ( #269 )
2020-08-25 08:53:45 +02:00
mazano
16feae35b5
Reorganize readme, add env for changing time support in DB ( #255 )
...
Co-authored-by: admire <admire@kartoza.com>
2020-06-14 18:22:13 +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
Rizky Maulana Nugraha
6b432add57
Fix #241
2020-04-28 22:01:39 +07:00
Nils
9b82076178
add pgrouting ( #238 )
...
* add pgrouting: install, as default extension and scenario test; fixes #236
* add extensions test to .travis.yml
2020-04-23 14:10:09 +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