• 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!
  • 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 upgrade from 17.5.3 failed

Freddie Bleiweiss

Basic Pleskian
The following is a snippet from the auto installer logs.

Patching file (221 of 282) /usr/local/psa/lib/modules/python/phpinimng/php_ini.py
Patching file (222 of 282) /usr/local/psa/lib/modules/python/phpinimng/php_cgi.py
Patching file (223 of 282) /usr/local/psa/lib/modules/python/phpinimng/php_fpm.py
Patching file (224 of 282) /usr/local/psa/lib/modules/python/phpinimng/php_merge.py
Patching file (225 of 282) /usr/local/psa/admin/sbin/deployer

ERROR: can't apply patch plesk-17.5.3~patch34
Can't overwrite /usr/local/psa/admin/sbin/deployer: Permission denied
Warning! Not all packages were installed.
Please check if your system services are operable.
Please try to install packages again later.

File permissions: -rwxr-x---. 1 root root 5023866 Jun 22 21:58 deployer

Any assistance would be appreciated
 
What is output of

# stat /usr/local/psa/admin/sbin/deployer

and

# getenforce

?
 
[root@web3 ~]# stat /usr/local/psa/admin/sbin/deployer
File: ‘/usr/local/psa/admin/sbin/deployer’
Size: 5023866 Blocks: 9816 IO Block: 4096 regular file
Device: fd00h/64768d Inode: 34293680 Links: 1
Access: (0750/-rwxr-x---) Uid: ( 0/ root) Gid: ( 0/ root)
Context: system_u:Object_r: Plesk_deployer_t:s0
Access: 2017-06-22 21:58:10.423758089 -0500
Modify: 2017-06-22 21:58:10.430758156 -0500
Change: 2017-06-22 21:58:11.126764843 -0500
Birth: -
[root@web3 ~]# getenforce
Enforcing
[root@web3 ~]#
 
Try to disable SELinux with

# setenforce 0

and run upgrade again.
 
Back
Top