-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating from v6.8.73 to v6.8.74 #1186
Comments
The upgrade procedure would depend on your installation method: https://groupoffice.readthedocs.io/en/latest/upgrade/upgrade.html . Upgrading from 6.8.73 to .74 should be a breeze though. The number of changes is small.
It does not need to be removed. Normally, if you run the install script, it detects whether there is an existing installation with the current config file and moves into upgrade mode if it finds one.
The log file should be writable by the www-data user. Your upgrade logs are stored in your Group-Office data directory. I think that the
Now that error is weird. Does the database named 'groupoffice' still exist and does it have a table named 'su_visible_calendars'? |
Hmmm... Is the calendar module installed and enabled? By default, this happens automatically. Does the table I do not think that the configuration option should have any impact on that particular error. The system simply cannot find a certain table (and possibly several others, but the script stops at the first fatal error). Could you set the |
Ok, I found it. How to reproduce. Install the previous release, do basic config. Then "apt upgrade" or from .php update result fail.
|
Dear Team.
After updating from v6.8.73 to v6.8.74, I get the error.
Please point me how to sort out this & how to properly update step by step.
After complete installation, does the directory /usr/share/groupoffice/install stay as is or need to be removed?
root@mx:/usr/share/groupoffice# root@mx:/usr/share/groupoffice# sudo -u www-data php cli.php core/System/upgrade Fatal error: Could not write to log file root@mx:/usr/share/groupoffice#
From WEB interface Error: Exception in /usr/share/groupoffice/go/core/Installer.php at line 455: Fatal error: Could not write to log file
root@mx:~# apt-get autoremove Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up groupoffice (6.8.74-sixeight) ... Determining localhost credentials from /etc/mysql/debian.cnf: succeeded. dbconfig-common: writing config to /etc/dbconfig-common/groupoffice.conf dbconfig-common: flushing administrative password apache2_invoke groupoffice: already enabled Upgrade output will be logged into: log/upgrade/20241001_071408.log Rebuilding cache Registering all entities SQLSTATE[42S02]: Base table or view not found: 1146 Table 'groupoffice.su_visible_calendars' doesn't exist dpkg: error processing package groupoffice (--configure): installed groupoffice package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: groupoffice E: Sub-process /usr/bin/dpkg returned an error code (1) root@mx:~#
The text was updated successfully, but these errors were encountered: