Upgrade
CentOS 6.6
Pydio community 7.0.4
MySQL 5.1
Hi,
trying to upgrade from version 7.0.4 to 8.0.0, the automatic procedure fails. I can not understand why, but it crashes:
Applying upgrade pydio-core-upgrade-7.0.4-8.0.0.zip
Checking download permissions
– OK
Downloading upgrade archive
– File saved in /var/www/html/share.cooperativacapodarco.it/data/tmp/update/pydio-core-upgrade-7.0.4-8.0.0.zip
Checking archive integrity
– Hash is ok (43ee2a94037a1d9784bac8ebbd77b79e)
Checking folders permissions
– OK
Extracting Archive
– Error : Crawling folder to check all files are writeable : File FAIL! Please make sure that the whole tree is currently writeable by the webserver, or upgrade may probably fail at one point.
in the directory /var/www/html/share.cooperativacapodarco.it/data/tmp/update/ I find both the zip file and the unpacked directory
and I tried to make the command chmod -R 777 all over document root !!!
In the logs of Pydio and Apache, I do not see anything !!!
So, I tried to do the procedure manually but when I go to execute the commands that are inside the file DB-UPGRADE.mysql, I have the following problem
CREATE UNIQUE INDEX prefs_login_name ON ajxp_user_prefs_temp(login,name);
ERROR 1071 (42000): Specified key was too long; max key length is 1000 bytes
CREATE UNIQUE INDEX owner_role ON ajxp_roles(role_id,owner_user_id);
ERROR 1071 (42000): Specified key was too long; max key length is 1000 bytes
I do not know if it is a blocking error, but anyway I stop.
CentOS 6.6
Pydio community 7.0.4
MySQL 5.1
p.s I wanted to post this message in the section “Install & Upgrade” but when it comes in, it tells me that I must log in
but I’m logged in. On other sections, I have no problem !!!
Best Regards