CRON Jobs
Permalink
Hi C5,
I was running the CRON jobs and inadvertently deleted one and I don't know how to get it back.
The job is : remove 10 oldest page versions
I am still building the site so by now there are tons of old page versions that need to get deleted...
Thanks!
M
I was running the CRON jobs and inadvertently deleted one and I don't know how to get it back.
The job is : remove 10 oldest page versions
I am still building the site so by now there are tons of old page versions that need to get deleted...
Thanks!
M
That did it!
It was a little daunting as I have never messed around in the database - but it worked 1st time around.
Thanks for taking the time to help me out.
Marc
It was a little daunting as I have never messed around in the database - but it worked 1st time around.
Thanks for taking the time to help me out.
Marc
There is a 5.6 addon that restores core jobs
http://www.concrete5.org/marketplace/addons/restore-automated-jobs/...
It's fairly simple, so should be easy enough to quickly hack to run on 5.7 (though a lot more work to get it marketplace ready).
http://www.concrete5.org/marketplace/addons/restore-automated-jobs/...
It's fairly simple, so should be easy enough to quickly hack to run on 5.7 (though a lot more work to get it marketplace ready).
This query should do it:
(this is for 5.7, pretty sure it would be the same for v8 as well)