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
249de77ce6
Add option to run python scripts in entrypoint ( #459 )
...
* add option to also run python scripts
2023-10-23 17:27:18 +02:00
jyrkka
1468f485e0
Fix issue with multiple schema creation and modify existing tests ( #454 )
2023-10-02 13:20:27 +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
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
d00a5f6bce
upgrade to 15-3.4 ( #441 )
2023-08-19 20:22:21 +02:00
Adrien Pompée
3316cfc0de
Better handling of signals from docker kill by launching postgres as PID 1. ( #435 )
...
Co-authored-by: Adrien Pompée <adrien.pompee@atmosphere.aero>
2023-07-07 13:00:34 +02:00
mazano
863494e5af
fix #426 ( #430 )
...
* fix #426
* fix logic to get versions
2023-07-01 09:47:21 +02:00
mazano
dec5cd55f0
fix changing file permisions on restart ( #422 )
2023-04-22 06:34:37 +02:00
mazano
212558072f
skip changing ownership of secrets folder ( #421 )
2023-04-15 08:01:16 +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
6eb1043519
fixes #416 ( #417 )
2023-03-25 11:13:07 +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
Benoit Orihuela
b3fbc460e9
fix: also load pg_cron when timescale is enabled ( #404 )
2023-01-09 09:30:03 +02:00
mazano
ac9ec47e3b
install tagged versions of extensions ( #400 )
...
* fix #391
2022-12-23 15:50:45 +02:00
mazano
e7fd886c38
minor tweaks ( #401 )
2022-12-20 17:43:58 +02:00
mazano
904607b0a5
reactivate pg_cron ( #398 )
2022-12-06 19:05:26 +02:00
mazano
d4ad04e57f
fix pg_hba ( #396 )
...
* fix unreported bug with mismatch values in pg_hba.conf and fix health check test
2022-12-02 13:44: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
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
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
admire
2b27aa0a91
fix pg_hba_config based on new changes
2021-10-01 17:52:52 +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
d64d2dcff0
update readme and expose ssl certificates to be used with docker secrets
2021-05-18 09:52:45 +02:00
admire
c07305b85c
add ssl_dir env to allow dynamic setup of custom certificates
2021-05-17 21:50:50 +02:00
admire
50f04f5f67
Fix SSL configs for forcing client connections
2021-05-16 11:20:18 +02:00
mazano
032f8a4f7a
Merge pull request #304 from Mohsen-eng74/fix/scripts/setup-database
...
Fix error on enabling uuid-ossp extension
2021-05-10 15:44:16 +02:00
mohsen.eng74
43adffaf65
Fix error on enabling uuid-ossp extension
2021-05-10 14:15:56 +04:30
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
admire
2c1657efd3
Fix pr review issues
2021-03-02 07:45:59 +02:00