8000 Tags · kartoza/docker-postgis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kartoza/docker-postgis

Tags

v17.3.5--v2025.02.24--2d25521

Toggle v17.3.5--v2025.02.24--2d25521's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix DB name with hyphen and also add env for logging (#495)

* Fix DB name with hyphen and also add env for logging and test creating database with hyphen

---------

Co-authored-by: Admire Nyakudya <mazano@MacBookAir.Dlink>

v17.3.5--v2024.12.17--711b968

Toggle v17.3.5--v2024.12.17--711b968's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add plperl plperlu extensions (#493)

v17.3.5--v2024.12.17--2d25521

Toggle v17.3.5--v2024.12.17--2d25521's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
9840
Fix DB name with hyphen and also add env for logging (#495)

* Fix DB name with hyphen and also add env for logging and test creating database with hyphen

---------

Co-authored-by: Admire Nyakudya <mazano@MacBookAir.Dlink>

v17.3.5--v2024.12.14--1464732

Toggle v17.3.5--v2024.12.14--1464732's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add log (#492)

|       env              | image_env               | default_value          |
|---------------------|----------------------|-------------|
| logging_collector   | LOGGING_COLLECTOR    | off         |
| log_directory       | LOG_DIRECTORY        | pg_log      |
| log_filename        | LOG_FILENAME         | xxx         |
| log_rotation_age    | LOG_ROTATION_AGE     | 1d          |
| log_rotation_size   | LOG_ROTATION_SIZE    | 100MB       |
| log_truncate_on_rotation | LOG_TRUNCATE_ON_ROTATION | on         |
| log_lock_waits      | LOG_LOCK_WAITS       | on          |
| log_duration        | LOG_DURATION         | on          |
| log_statement       | LOG_STATEMENT        | all         |
| log_min_duration_statement | LOG_MIN_DURATION_STATEMENT | 20        |
| log_connections     | LOG_CONNECTIONS      | on          |
| log_disconnections  | LOG_DISCONNECTS      | on          |
| log_line_prefix     | LOG_LINE_PREFIX      | xx          |
| log_timezone        | LOG_TIMEZONE         | Etc/UTC     |

v17.3.5--v2024.10.20--16cc6a9

Toggle v17.3.5--v2024.10.20--16cc6a9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update deploy-image.yaml timeout

0