Преглед на файлове

Link postgres log folder from withing bubble log folder

pull/59/head
Kristijan Mitrovic преди 4 години
родител
ревизия
b89c6bc4e4
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. +8
    -0
      bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml

+ 8
- 0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml Целия файл

@@ -36,3 +36,11 @@
special_time: "hourly"
user: "postgres"
job: "HOUR_AGO=$(date -d '1 month ago' +\"%s000\") && psql -d bubble -c \"DELETE FROM sent_notification WHERE mtime < ${HOUR_AGO}\" -c \"DELETE FROM received_notification WHERE mtime < ${HOUR_AGO}\""

- name: Link to postgres log dir from bubble's log dir
file:
src: /var/log/postgresql
dest: /var/log/bubble/postgresql
owner: root
group: postgres
state: link

Зареждане…
Отказ
Запис