-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Steps to reproduce
- Just update
Expected behavior
New version installed
Actual behaviour
Update to 29.0.4 fails with error:
Exception: Database error when running migration 13000Date20170718121200 for app core The column "mount_id" on table "nc_mounts" already exists.
Calendar app version
Not sure, the previous version of 29.0.4
CalDAV-clients used
None
Browser
It's on the Synology DS920+ server
Client operating system
Not involved, but: Debian 6.9.7-1~bpo12+1 (2024-07-03) x86_64 GNU/Linux
Server operating system
Linux diskstation 4.4.302+ #69057 SMP Fri Jan 12 17:02:28 CST 2024 x86_64 GNU/Linux synology_geminilake_920+
Web server
Apache
Database engine version
MariaDB
PHP engine version
PHP 8.2
Nextcloud version
29.0.4.1
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Enabled:
- activity: 2.21.1
- calendar: 4.7.14
- circles: 29.0.0-dev
- cloud_federation_api: 1.12.0
- comments: 1.19.0
- contactsinteraction: 1.10.0
- dashboard: 7.9.0
- dav: 1.30.1
- federatedfilesharing: 1.19.0
- federation: 1.19.0
- files: 2.1.0
- files_automatedtagging: 1.19.0
- files_downloadlimit: 2.0.0
- files_external: 1.21.0
- files_pdfviewer: 2.10.0
- files_reminders: 1.2.0
- files_sharing: 1.21.0
- files_trashbin: 1.19.0
- files_versions: 1.22.0
- firstrunwizard: 2.18.0
- logreader: 2.14.0
- lookup_server_connector: 1.17.0
- maps: 1.4.0
- nextcloud_announcements: 1.18.0
- notifications: 2.17.0
- oauth2: 1.17.0
- password_policy: 1.19.0
- photos: 2.5.0
- privacy: 1.13.0
- provisioning_api: 1.19.0
- recognize: 7.1.0
- recommendations: 2.1.0
- related_resources: 1.4.0
- serverinfo: 1.19.0
- settings: 1.12.0
- sharebymail: 1.19.0
- support: 1.12.0
- survey_client: 1.17.0
- systemtags: 1.19.0
- text: 3.10.1
- theming: 2.4.0
- twofactor_backupcodes: 1.18.0
- updatenotification: 1.19.1
- user_status: 1.9.0
- viewer: 2.3.0
- weather_status: 1.9.0
- workflowengine: 2.11.0
Disabled:
- admin_audit: 1.19.0
- bruteforcesettings: 2.9.0 (installed 2.4.0)
- encryption: 2.17.0
- files_accesscontrol: 1.19.1 (installed 1.19.1)
- files_rightclick: 0.15.1 (installed 1.6.0)
- suspicious_login: 7.0.0
- theming.old: 1.11.0
- twofactor_totp: 11.0.0-dev
- unsplash: 2.2.1 (installed 2.2.1)
- user_ldap: 1.20.0
Nextcloud configuration
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.0.203"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"tempdirectory": "\/volume2\/web\/tmp",
"dbtype": "mysql",
"version": "29.0.4.1",
"overwrite.cli.url": "https:\/\/192.168.0.203\/nextcloud",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "nc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"loglevel": 2,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"theme": "",
"app_install_overwrite": [
"theming"
],
"debug": false
}
}
Web server error log
No idea how to get them
Log file
Exception: Database error when running migration 13000Date20170718121200 for app core The column "mount_id" on table "nc_mounts" already exists.
Browser log
browser is working fine and not involved in this problem
Additional info
No response