• 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.

Resolved Plesk unavailable - Error while upgrading from Ubuntu 14 to Ubuntu 16

ArnoPlesk

New Pleskian
Hi,

I got an error ugrading Ubuntu :

Code:
2:~# /opt/psa/bin/distupgrade.helper.ubt14-ubt16_post.x64.sh
Bootstrapper repair actions failed
Some error during dist-upgrade post stage have occurred.
Check /var/log/plesk/install/plesk-distupgrade.log for error details.
Visit https://docs.plesk.com/en-US/current/administrator-guide/server-administration/distupgrade-support.74627/ for information about troubleshooting and recovering from failed dist-upgrade.

2:~# tail /var/log/plesk/install/plesk_17.8.11_repair.log
============================

+ '[' -f /var/log/plesk/install/plesk_17.8.11_repair_problems.log ']'
+ tac /var/log/plesk/install/plesk_17.8.11_repair_problems.log
+ awk '/^START/ { exit } { print }'
+ tac
*****  problem report *****
ERROR while trying to can not find "register_apsc_database.php"
Check the error reason(see log file: /var/log/plesk/install/plesk_17.8.11_repair.log), fix and try again
STOP Bootstrapper 17.8.11 repair AT Fri Sep 18 13:08:38 CEST 2020

I cannot find register_apsc_database.php or reinstall it :

Code:
2:~# find / -name register_apsc_database.php
2:~# ll /usr/local/psa/admin/plib/scripts/register_apsc_database.php
ls: cannot access '/usr/local/psa/admin/plib/scripts/register_apsc_database.php': No such file or directory

2:~# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
plesk: command not found

2:~# plesk repair installation
plesk: command not found

Could you please give me a way to download register_apsc_database.php ?

Thanks !
 
Could you please give me a way to download register_apsc_database.php ?
File /usr/local/psa/admin/plib/scripts/register_apsc_database.php is a part of plesk-core package. If you have corrupted this package that looks like your Plesk is completely damaged. You can try to reinstall this package but I'm afraid that Plesk Support Team assistance is required here.
 
I installed a brand new Ubuntu 16.04 and I installed the latest Plesk Onyx on it. register_apsc_database.php was avalaible in /opt :

Code:
2:~# ll /opt/psa/admin/plib/scripts/register_apsc_database.php
-rw-r--r-- 1 root root 1.9K 2020-09-11 16:29 /opt/psa/admin/plib/scripts/register_apsc_database.php

I rsync all the /opt folder from the new server to the ugraded one without deleting any file (rsync -a without -delete option). And i was able to follow upgrade.

There were some other errors, but I figured it out \o/

Code:
2:~# plesk version
Product version: Plesk Obsidian 18.0.30.0
     OS version: Ubuntu 16.04 x86_64
     Build date: 2020/09/14 12:00
 
Back
Top