mazano
|
863494e5af
|
fix #426 (#430)
* fix #426
* fix logic to get versions
|
2023-07-01 09:47:21 +02:00 |
dependabot[bot]
|
fd0f76c291
|
Bump docker/build-push-action from 3 to 4 (#433)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mazano <addloe@gmail.com>
|
2023-07-01 07:35:46 +02:00 |
dependabot[bot]
|
31a4cd41e1
|
Bump docker/metadata-action from 3 to 4 (#432)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-01 06:26:28 +02:00 |
mazano
|
1c841a34e5
|
add dependabot (#431)
|
2023-06-20 22:20:04 +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
|
63b52ffd9b
|
add issue templates (#410)
|
2023-01-22 21:19:15 +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 |
Benoit Orihuela
|
6675b77ed7
|
chore: upgrade to last Timescale version (#405)
|
2023-01-09 08:48:59 +02:00 |
mazano
|
ac9ec47e3b
|
install tagged versions of extensions (#400)
* fix #391
|
2022-12-23 15:50:45 +02:00 |
mazano
|
c46a7b6a7b
|
update workflow with test for init script (#402)
|
2022-12-20 22:03:34 +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
|
3a49b1513a
|
Workflows (#393)
* update build scripts and workflows
|
2022-10-27 03:30:46 +02:00 |
mazano
|
6fc6147160
|
postgresql 15 upgrade (#392)
* postgresql 15 upgrade
* fix compose
* fix workflows
|
2022-10-26 07:39:14 +02:00 |
Saif Ul Islam
|
ec57044706
|
📝 fix: README update, ToC, formatting, wrapping under 79 characters (#389)
Signed-off-by: saif <saifulislam84210@gmail.com>
Signed-off-by: saif <saifulislam84210@gmail.com>
|
2022-08-30 09:20:39 +02:00 |
Benoit Orihuela
|
a305ce1483
|
fix: Timescale extension not installed due to not matching case insensitive match (#388)
|
2022-08-18 10:40:41 +02:00 |
mazano
|
912b182e61
|
add package to allow mysql fdw extension (#384)
|
2022-07-22 20:56:42 +02:00 |
mazano
|
5bcdc81524
|
upgrade to minor version 14-3.3 (#380)
|
2022-06-23 10:13:11 +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 |
Cameron
|
3db0328ee1
|
Bug fix: kartoza/pg-backup:14.0 not available (#363)
Changed to kartoza/pg-backup:14-3.1 to be consistent with version of db image (kartoza/postgis:14-3.1)
|
2022-04-25 04:55:05 +02:00 |
Dominic Schaff
|
3bddd8c1c8
|
Update action checks (#367)
|
2022-02-14 09:36:52 +02:00 |
mazano
|
fcec79d052
|
Timescale build argument (#361)
* disable timescale build
|
2022-02-11 12:03:44 +02:00 |
mazano
|
a79b312185
|
upgrade to postgis 3.2 (#356)
|
2022-01-13 22:03:20 +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 |
Rizky Maulana Nugraha
|
f5bc38fddb
|
Gh-action-fix (#349)
* Gh-action-fix
|
2021-11-28 07:38:57 +02:00 |
Rizky Maulana Nugraha
|
5b94d52c6e
|
test: temporarily disables cache-from
|
2021-11-26 19:52:27 +07:00 |
Rizky Maulana Nugraha
|
c50063ff66
|
test: add type to no-cache option
|
2021-11-26 19:43:56 +07:00 |
Rizky Maulana Nugraha
|
076b33efd3
|
test: add cache invalidation counter
|
2021-11-26 19:40:58 +07:00 |
Rizky Maulana Nugraha
|
b8c1ca7072
|
test: update github action parameter
|
2021-11-26 19:28:20 +07:00 |
Rizky Maulana Nugraha
|
7caa022f41
|
test: add option to disable cache in github action
|
2021-11-26 19:26:02 +07:00 |
Rizky Maulana Nugraha
|
868e195dfa
|
test: cache invalidation using build arg
|
2021-11-26 12:18:45 +00:00 |
Rizky Maulana Nugraha
|
352707f372
|
test: cache invalidation for base image
|
2021-11-26 12:15:51 +00: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 |
Rizky Maulana Nugraha
|
c32d905c86
|
fix: build images on push
Fix Github Action to build image on push to develop
|
2021-10-12 18:14:22 +07:00 |
mazano
|
1b47114384
|
Merge pull request #334 from kartoza/upgrade_14
upgrade to PostgreSQL version 14
|
2021-10-08 14:40:43 +02:00 |
mazano
|
3aaa206206
|
Merge pull request #328 from kartoza/fix-ssl-perms
add TOC
|
2021-10-08 14:39:19 +02:00 |
admire
|
190fd3eee7
|
remove ssl fixes and add it in a separate PR
|
2021-10-07 08:47:39 +02:00 |