Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
bubblev
/
bubble
Segui
9
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
130
Wiki
Attività
Sfoglia il codice sorgente
Link postgres log folder from withing bubble log folder
pull/59/head
Kristijan Mitrovic
4 anni fa
parent
3f35eb62cc
commit
b89c6bc4e4
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva