• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Upgrade Method - ssh vs control panel

bradz

Regular Pleskian
Hi, In the past, I have always used the Plesk Control Panel to run updates, however this last time, 9.5 to 10.2, it did not work and based on a post, I tried it using ssh which work! Is it safer or better to run updates using ssh? Pros or Cons?
Thanks!
Brad
 
For updating via interface make sure that you have not firewalled port 8447.
I think that more experienced Plesk users uses autoinstaller CLI command. I think that it allow to control upgrade process much more effectively.
 
I would never do it via the GUI; you can't see what went wrong when it breaks, which is half the time, and additionally, if you do it from command line, you can type:

Code:
export PLESK_QUOTACHECK_OFF=1

before running autoinstaller and that will prevent it from calculating the mailbox quota on every single mail account on the server, which can make the upgrade take hours longer if it's a big server.
 
Back
Top