diff --git a/ansible/files/postgres_exporter.service.j2 b/ansible/files/postgres_exporter.service.j2 index fd8b2a897..6baa18c0d 100644 --- a/ansible/files/postgres_exporter.service.j2 +++ b/ansible/files/postgres_exporter.service.j2 @@ -4,6 +4,7 @@ Description=Postgres Exporter [Service] Type=simple ExecStart=/opt/postgres_exporter/postgres_exporter --disable-settings-metrics --extend.query-path="/opt/postgres_exporter/queries.yml" --disable-default-metrics --no-collector.locks --no-collector.replication --no-collector.replication_slot --no-collector.stat_bgwriter --no-collector.stat_database --no-collector.stat_user_tables --no-collector.statio_user_tables --no-collector.wal {% if qemu_mode is defined and qemu_mode %}--no-collector.database {% endif %} + User=postgres Group=postgres Restart=always diff --git a/ansible/vars.yml b/ansible/vars.yml index 8beb4ea2a..8ea05d022 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -9,9 +9,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.5.1.005-orioledb" - postgres17: "17.4.1.062" - postgres15: "15.8.1.119" + postgresorioledb-17: "17.5.1.006-orioledb" + postgres17: "17.4.1.063" + postgres15: "15.8.1.120" # Non Postgres Extensions pgbouncer_release: "1.19.0"