Vitaliy Kukharik

Results 402 comments of Vitaliy Kukharik

ERROR: `src file does not exist` ``` TASK [consul : Disable systemd-resolved service] **************************************************************************************************************************************************************** changed: [172.31.15.62] changed: [3.223.140.234] changed: [172.31.5.27] TASK [consul : Check if resolv.conf is pointing to systemd-resolved]...

I rewrote the block to this form: ``` - name: Disable systemd-resolved when: ansible_service_mgr == "systemd" block: - name: Disable systemd-resolved service service: name: systemd-resolved enabled: false state: stopped become:...

PR https://github.com/ansible-community/ansible-consul/pull/519

tested for version 1.7.0 there is no similar error `postgresql_data_dir: "/pgdata/{{ postgresql_version }}/{{ postgresql_cluster_name }}"` result: ``` postgres=# show data_directory; data_directory ----------------- /pgdata/13/main (1 row) ```

Please test https://github.com/vitabaks/postgresql_cluster/pull/301

Done. https://github.com/vitabaks/postgresql_cluster/blob/master/roles/upgrade/README.md

PostgreSQL 15 support added in TimescaleDB since version 2.10.0 (2023-02-21)

> Does this mean that when i run your latest ansible-playbook with postgres15, timescale is installed by default? Please see the instructions: https://github.com/vitabaks/postgresql_cluster/issues/31#issue-581160120 > Or maybe you have a "enable...

Now, to deploy a PostgreSQL High-Availability Cluster (based on "Patroni") with the [TimescaleDB](https://www.timescale.com/) extension, you just need to specify only one variable `enable_timescale=true` Example: ``` ansible-playbook deploy_pgcluster.yml -e "enable_timescale=true" ```

PostgreSQL 12 is not supported starting with TimescaleDB 2.12.