• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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