Skip to content

Application Maintenance

Tim Fischbach edited this page Jan 4, 2018 · 3 revisions

Tasks that may be performed in Pageflow host applications

Remove unneeded auto snapshots

As editors work with entries, the database will amass snapshots. These are automatically saved periodically to prevent someone losing a catastrophic amount of work.

After a while you can safely remove these snapshots. We provide a Rake task:

$ rake pageflow:prune_auto_snapshots_jobs:enqueue

This fires off Pageflow::AutoSnapshotPruning which will tidy up.

You can add this task to a monthly recurring job.