Skip to main content

Verificação de logs

Logs de importação:

cd /var/www/html/siscrm/tmp

Remover arquivos log


cd /var/log/asterisk/

ls -ilh

rm -vf messages 

rm -vf full 


cd /var/log/postgresql/

ls -ilh

rm -vf postgresql-14-main.log.*

df -h


service postgresql restart

service apache2 restart


-> elimina todos os processos referentes ao php

killall php 

 

 

 

systemctl restart postgresql.service

ps aux | egrep -i "php"

service apache2 stop

service apache2 start

killall php

systemctl status php7.4-fpm.service