Restart after the load of the timescaledb library.

This commit is contained in:
Andrea Dell'Amico 2023-11-21 15:44:29 +01:00
parent 9157c8beba
commit 38bf87f9b1
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,9 @@
line: "shared_preload_libraries = 'timescaledb'"
create: false
state: present
notify: Restart postgresql
- name: timescale_db_deb | TimeScaleDB configuration flush handlers
ansible.builtin.meta: flush_handlers
- name: timescale_db_deb | PostgreSQL settings for TimeScaleDB
become: true
become_user: postgres

View File

@ -27,7 +27,9 @@
line: "shared_preload_libraries = 'timescaledb'"
create: false
state: present
notify: Restart postgresql
- name: timescale_db_el | TimeScaleDB configuration flush handlers
ansible.builtin.meta: flush_handlers
- name: timescale_db_el | TimeScaleDB setting for postgresql on EL
become: true
become_user: postgres