• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Run upgrade with option --repair

Zappu

New Pleskian
I had some issues with one of my servers :
OS: CentOS Linux 7.9.2009 (Core)
Product: Plesk Obsidian - Version 18.0.41, last updated on Jan 27, 2022 04:04 AM
so, I run the plesk repair process for everything and at the last stage for the installation itself.
But I got some errors and the log tells me to run the upgrade with the option --repair to rerun failed steps
I have no idea which command to use to run this upgrade. Please see the log below

regards
Thomas

... Applying migrations from: /usr/local/psa/bootstrapper/pp18.0.41-bootstrapper/migrations/ ===> Plesk database scheme upgrade has been completed. ERROR: Upgrade step 2018-03-01-11-34-09_UpdateDnsZones.php failed with code 1 and output: [2022-02-07 10:26:18.027] 446:6200e5ba06810 ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/dnsmng' '--update' 'swinger-reisen24.com' '--without-reverse'] with exit code [127] [2022-02-07 10:26:18.187] 446:6200e5ba06810 ERR [panel] dnsmng failed: sh: /usr/local/psa/admin/bin/dnsmng: No such file or directory: 0: /usr/local/psa/admin/plib/Upgrade/upgrade.php:44 ERROR: Plesk\Upgrade\Exception: dnsmng failed: sh: /usr/local/psa/admin/bin/dnsmng: No such file or directory (upgrade.php:44) 0: /usr/local/psa/admin/plib/Upgrade/upgrade.php:44 SUCCESS: Upgrade step 2019-02-18-14-09-55_InstallEssentialExtensions.php was successfully done. SUCCESS: Upgrade step 2019-04-25-14-46-58_ReportUsage.php was successfully done. SUCCESS: Upgrade step 2020-03-19-17-13-39_UpgradeExtensions.php was successfully done. Some steps of upgrade failed. Run upgrade with option --repair to rerun failed steps.
 
Looks like bind component is not installed. Try to fix it with

# plesk installer add --components bind
 
Ok, that's true, because I do not need it (DNS is handled via Rout53). But thanks, than I know I can ignore this error.
 
You can install bind but not start it. It will eliminate this error at least.
 
Back
Top