Hello everyone!
Please, help me finding documentation or FAQ to get this upgrade done.
In-app updater is not works, yum install pydio
command result is:
Error: Package: pydio-core-8.0.2-1.el6.noarch (pydio)
Requires: more-php56-php-pecl-apcu
I have php56-php-pecl-apcu
from REMI repo installed, but without result:
yum --enablerepo=remi install php56-php-pecl-apcu
Now I’m stuck.
Thanks in advance!
Job done!
In couple words:
- Install nessessary packages from softwarecollections site. For example:
wget https://www.softwarecollections.org/repos/remi/php56more/epel-6-x86_64/00145608-php-pecl-apcu/more-php56-php-pecl-apcu-4.0.10-1.el6.x86_64.rpm
rpm -Uvh more-php56-php-pecl-apcu-4.0.10-1.el6.x86_64.rpm
- Delete some plugins not supported in pydio 8.0.2 (yum remove…)
- Install pydio 8.0.2 with all dependencies
- Set new https and php on work, upgrade DB: https://pydio.com/en/docs/v7-enterprise/centosrhel-6-systems
- Go to pydio web, set new PHP CLI path and check other settings.
Hope it helps