Issue with the last update of roundcube
I put the error in this paste.
2021-11-29 07:35:07,472: DEBUG - Running database initialization script for automatic_addressbook
2021-11-29 07:35:07,475: DEBUG - Creating database schema... ERROR: [1050] Table 'collected_contacts' already exists (SQL Query: CREATE TABLE `collected_contacts` (
2021-11-29 07:35:07,476: DEBUG - `contact_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
2021-11-29 07:35:07,476: DEBUG - `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
2021-11-29 07:35:07,476: DEBUG - `del` tinyint(1) NOT NULL DEFAULT '0',
https://paste.yunohost.org/raw/gisarasomi
2 Likes
mikaelv
November 29, 2021, 6:40pm
2
Idem, I’ve the same update error with the last roundcube package
ppr
November 30, 2021, 12:06pm
4
Bonjour,
Un autre log si ça peut aider ou confirmer le problème :
https://paste.yunohost.org/raw/sadigenozi
VPS sur base Debian 64 dernière version stable de YunoHost 4.3.4.1 | 1.5.0~ynh2 to 1.5.1~ynh1.
ppr
ericg
November 30, 2021, 12:45pm
5
automatic_addressbook plugin seems to be the culprit here:
2021-11-30 12:49:59,451: DEBUG - Running database initialization script for automatic_addressbook
2021-11-30 12:49:59,453: DEBUG - Creating database schema... ERROR: [1050] Table 'collected_contacts' already exists (SQL Query: CREATE TABLE `collected_contacts` (
Available for testing, I made a branch where we are not updating automatic_addressbook (there is no upgrade available for it anyway…)
ppr
November 30, 2021, 3:49pm
6
Bonjour,
J’ai procédé à la mise à niveau ainsi, malheureusement sans succès :
sudo yunohost app upgrade roundcube -u GitHub - YunoHost-Apps/roundcube_ynh at automatic_addressbook --debug
Le log est ici :
https://paste.yunohost.org/raw/ilesuhesus
Edit : une “fresh install” se fait sans problème à partir de la branche “master”.
ppr
pascalv
November 30, 2021, 11:10pm
8
same pb here, i cannot upgrade Roundcube latest version.
nounix
December 2, 2021, 2:22pm
9
Mamie
December 2, 2021, 3:05pm
10
The update failed since a few days, and worked today for me.
Note : this time I updated many tools in the same time instead of just roundcube.
ericg
December 2, 2021, 3:23pm
11
A completely untested workaround could be to add in the SQL plugin file →
/var/www/roundcube/plugins/automatic_addressbook/SQL/mysql.initial.sql
In the first line, add IF NOT EXIST
like so →
CREATE TABLE IF NOT EXIST 'collected_contacts' (
and try to make the upgrade again…
ppr
December 2, 2021, 4:46pm
12
Good evening,
I’ve try the tricks but it doesn’t work
https://paste.yunohost.org/raw/otoxamonim
I tried again after switching back.
[Error] Upgrade failed.
E: Unable to locate package roundcube-ynh-deps
https://paste.yunohost.org/raw/oferilocoy
I don’t know but naively maybe a problem about php version and dependencies (7.3 | 7.4) or related with the plugins versions ?
Thank you for the time (your time) spent to try to solve the problem.
ppr
system
Closed
December 17, 2021, 4:46pm
13
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.