pleroma/crontab
Your Name b065a59af1 fix
2022-05-04 12:02:51 -06:00

7 lines
352 B
Plaintext
Executable File

00 04 * * * cd /opt/pleroma;su pleroma -s /bin/bash -lc 'MIX_ENV=prod mix pleroma.database prune_objects'
30 04 * * * cd /opt/pleroma;su pleroma -s /bin/bash -lc 'MIX_ENV=prod mix pleroma.database ensure_expiration'
00 01 * * * bash /backup.sh
00 04 * * 7 cd /opt/pleroma;su pleroma -s /bin/bash -lc 'MIX_ENV=prod mix pleroma.database vacuum full'