We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275e685 commit ac5df63Copy full SHA for ac5df63
templates/patroni.yml.j2
@@ -140,6 +140,7 @@ postgresql:
140
bin_dir: /snap/charmed-postgresql/current/usr/lib/postgresql/{{ version }}/bin
141
data_dir: {{ data_path }}
142
parameters:
143
+ shared_preload_libraries: 'timescaledb,pgaudit'
144
{%- if enable_pgbackrest_archiving %}
145
archive_command: 'pgbackrest {{ pgbackrest_configuration_file }} --stanza={{ stanza }} archive-push %p'
146
{% else %}
tests/integration/ha_tests/test_upgrade_from_stable.py
@@ -22,7 +22,7 @@
22
23
logger = logging.getLogger(__name__)
24
25
-TIMEOUT = 600
+TIMEOUT = 900
26
27
28
@pytest.mark.group(1)
0 commit comments