8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
|
#00 04 * * * cd /opt/pleroma;MIX_ENV=prod mix pleroma.database prune_objects
|
||
|
#30 04 * * * cd /opt/pleroma;MIX_ENV=prod mix pleroma.database ensure_expiration
|
||
|
#00 05 * * * su pleroma -s $SHELL -lc "/opt/pleroma/bin/pleroma restart"
|
||
|
00 01 * * * bash /backup.sh
|
||
|
#00 04 * * 7 cd /opt/pleroma;MIX_ENV=prod mix pleroma.database vacuum full
|
||
|
|
||
|
|