Skip to content

Instantly share code, notes, and snippets.

@amorist
Created August 1, 2019 02:17
Show Gist options
  • Save amorist/21c6a07c793c52ae057f9ccd7afb95f0 to your computer and use it in GitHub Desktop.
Save amorist/21c6a07c793c52ae057f9ccd7afb95f0 to your computer and use it in GitHub Desktop.
sentry clean
crontab -e
0 0 * * * docker exec -it onpremise_web_1 sentry cleanup --days 7 && docker exec -it onpremise_postgres_1 vacuumdb -U postgres -d postgres -v -f --analyze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment