Wykres commitów

27 Commity (0772eb31009bf36df7c39432f916b31d6bcc52f4)

Autor SHA1 Wiadomość Data
mazano 0772eb3100
fix timescale build args (#470)
* fix timescale build args

* fix #463

* fix https://github.com/kartoza/docker-postgis/issues/462#issuecomment-1980535546

* DRY functions

---------

Co-authored-by: spatialgeobyte <158478685+spatialgeobyte@users.noreply.github.com>
2024-03-17 20:07:08 +02:00
mazano 98f3c97e7d
upgrade to pg16 (#447)
* upgrade to pg16
2023-09-26 15:07:46 +02:00
mazano c816d5e72e
fix #439 (#445)
* fix #439

* add promote class
2023-09-04 21:56:45 +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 6eb1043519
fixes #416 (#417) 2023-03-25 11:13:07 +02:00
mazano 6fc6147160
postgresql 15 upgrade (#392)
* postgresql 15 upgrade

* fix compose

* fix workflows
2022-10-26 07:39:14 +02:00
mazano 01768bde07
Replication updates (#374)
* Archive and restore should not be on by default. They are eclusive to each other

* add option to use gzip with wal archiving
2022-05-09 20:43:27 +02:00
mazano 2078d4e0a5
fix ssl connection string in replication (#375)
* fix SSL connection string in streaming replication
2022-05-09 18:12:01 +02:00
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 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
admire 22550cdb1d wip - passwords 2021-06-10 18:27:48 +02:00
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
Rizky Maulana Nugraha 0df962e1f8 Fix scenario tests
- Fix cache keys for GH Action
- Disable logical_replication test health-check
  By disabling health-check, we can immediately see the logs
2021-01-27 23:29:23 +00:00
admire 09c57349ee Some minor tweaks 2021-01-05 19:09:48 +02:00
admire ce862ea55d Include extra config and fix wget in gdal install 2021-01-05 15:46:47 +02:00
admire 0da01b8092 Change replication to streaming replication 2021-01-05 11:32:26 +02:00
admire c3182d69e9 DRY 2021-01-03 13:35:33 +02:00
admire a80b240397 split conf into seperate files 2021-01-03 13:18:32 +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 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
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