Skip to content

Commit ac5df63

Browse files
authored
[DPE-6056] Add preload libs to regular startup parameters (#741)
* Add preload libs to regular startup params * Bump timeout
1 parent 275e685 commit ac5df63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/patroni.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ postgresql:
140140
bin_dir: /snap/charmed-postgresql/current/usr/lib/postgresql/{{ version }}/bin
141141
data_dir: {{ data_path }}
142142
parameters:
143+
shared_preload_libraries: 'timescaledb,pgaudit'
143144
{%- if enable_pgbackrest_archiving %}
144145
archive_command: 'pgbackrest {{ pgbackrest_configuration_file }} --stanza={{ stanza }} archive-push %p'
145146
{% else %}

tests/integration/ha_tests/test_upgrade_from_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
logger = logging.getLogger(__name__)
2424

25-
TIMEOUT = 600
25+
TIMEOUT = 900
2626

2727

2828
@pytest.mark.group(1)

0 commit comments

Comments
 (0)