Upgrading Pydio 6.4.1 to 8.0.2 on CentOs 6.7

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:

  1. 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
  2. Delete some plugins not supported in pydio 8.0.2 (yum remove…)
  3. Install pydio 8.0.2 with all dependencies
  4. Set new https and php on work, upgrade DB: https://pydio.com/en/docs/v7-enterprise/centosrhel-6-systems
  5. Go to pydio web, set new PHP CLI path and check other settings.

Hope it helps :slight_smile: