• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Updating red question marks in subscriptions screen

xyptilon

Basic Pleskian
Some subscriptions have red questions marks because resources are supposedly exceeded.

When I change the plan so they're no longer exceeded, the question mark stays red.

How do I update this through the command-line? I tried running the following, but that didn't remove the red question marks.

/usr/local/psa/admin/sbin/statistics --calculate-all
 
Try to use

# plesk bin subscription --sync-subscription example.net
 
Thank you for your feedback. The command ran successfully, but did not update the red question mark.

Others were updated though (before I executed the command) so I guess there is a cron that runs that does it.
 
Thank you for your reply and the link, it appears to be (for future reference):

/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f AnalyseDomainStatistics
 
Back
Top