Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
bubblev
/
bubble
Observar
9
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
130
Wiki
Atividade
Ver código fonte
Link postgres log folder from withing bubble log folder
pull/59/head
Kristijan Mitrovic
4 anos atrás
pai
3f35eb62cc
commit
b89c6bc4e4
1 arquivos alterados
com
8 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar