Skip to content

Instantly share code, notes, and snippets.

@andrewpetrochenkov
Created June 17, 2020 13:16
Show Gist options
  • Save andrewpetrochenkov/16bee897df732abe92c1aee3e7d98fd6 to your computer and use it in GitHub Desktop.
Save andrewpetrochenkov/16bee897df732abe92c1aee3e7d98fd6 to your computer and use it in GitHub Desktop.
PostgreSQL logs #postgresql
sudo find /var/log/postgresql -name '*.log'
sudo find /var/log/postgresql -name '*.log' -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment