Question
How to rerun daily maintenance tasks separately on Plesk for Windows?
Answer
- Login server via RDP;
- List all available tasks:
C:> "%plesk_dir%adminbinphp.exe" -dauto_prepend_file="" -ddisplay_errors=on "%plesk_dir%adminplibDailyMaintainancescript.php" -l
CheckForUpdates
InstallUpdates
UpdateKeys
PleskUsage
Sitebuilder
MailUsage
ExecuteStatistics
ProcessAutoreports
OptimizeStatistics
AnalyseDomainStatistics
AnalyseClientStatistics
ExecuteSpamtrain
RemoveSpamTempFiles
LoadCustomizations
UpdateApsCache
UpdateApsApplications
Filesharing
UpgradePanel - Use the task above as an option. For example to update Plesk license keys, run the task named UpdateKeys, as following:
C:> "%plesk_bin%php.exe" -dauto_prepend_file= "%plesk_dir%adminplibDailyMaintainancetask-script.php" UpdateKeys "--period=daily"
Additional information
How to rerun daily maintenance tasks separately for Plesk on Linux?