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 56ef725 commit 681b4ceCopy full SHA for 681b4ce
ansible/playbook.yml
@@ -152,6 +152,13 @@
152
shell:
153
cmd: "for fl in /usr/lib/postgresql/bin/* ; do ln -sf $fl /usr/bin/$(basename $fl) ; done"
154
155
+ - name: Restart Postgres Database without Systemd
156
+ become: yes
157
+ become_user: postgres
158
+ shell:
159
+ cmd: /usr/bin/pg_ctl -D /var/lib/postgresql/data restart "-o -c shared_preload_libraries='pg_tle'"
160
+ when: ebssurrogate_mode
161
+
162
- name: Run migrations
163
import_tasks: tasks/setup-migrations.yml
164
tags:
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.71"
+postgres-version = "15.1.0.72"
0 commit comments