mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
remove deprecated postgresql config
https://pgpedia.info/s/stats_temp_directory.html > From PostgreSQL 15, temporary statistics are stored in memory by default so stats_temp_directory will no longer be available.
This commit is contained in:
parent
704c6567a0
commit
dee7839efd
1 changed files with 0 additions and 8 deletions
|
|
@ -21,14 +21,6 @@
|
|||
notify:
|
||||
- restart postgresql
|
||||
|
||||
- name: Prevent disk writes when idle
|
||||
lineinfile: dest={{ postgresql.root }}/data/postgresql.conf
|
||||
regexp=^stats_temp_directory
|
||||
state=present
|
||||
line="stats_temp_directory = '/run/postgresql'"
|
||||
notify:
|
||||
- restart postgresql
|
||||
|
||||
- name: Create service override directory
|
||||
file: path=/etc/systemd/system/postgresql.service.d state=directory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue