Plesk

How to rerun daily maintenance tasks separately for Plesk on Linux?

Question

How to rerun daily maintenance tasks separately for Plesk on Linux?

Answer

  1. Login server via SSH

  2. List all available tasks:

    # plesk daily -l
    ReportTrialAgreement
    ReportProductAgreement
    UpgradePanel
    CheckForUpdates
    InstallUpdates
    InstallSystemPackageUpdates
    UpdateKeys
    CheckDomainsResolve
    PleskUsage
    Sitebuilder
    MailUsage
    ExecuteStatistics
    ProcessAutoreports
    OptimizeStatistics
    AnalyseDomainStatistics
    AnalyseClientStatistics
    ExecuteSpamtrain
    RemoveSpamTempFiles
    LoadCustomizations
    UpdateApsCache
    UpdateApsApplications
    UpgradeExtensions
    ExecuteGlCleaner
    StoreProtectedConfigs
    ExecuteWebStatistics
    UpdateModSecurityRuleSet
    AutoresponderEndDate
    CheckPostponedFeedback
    SearchIndex
    CleanupPanelNotifications
    ReportUsage
    UpdatePhpCurlCertificates
    BackupRestoreStats
    ComposerSelfUpdate

  3. Select required one and run the command specifying task as argument. For example to execute only Web Statistics run:

    # plesk daily -f ExecuteWebStatistics

Additional information

How to rerun daily maintenance tasks separately for Plesk on Windows?

Exit mobile version