You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception: Database error when running migration 28000Date20230906104802 for app core Index name "afoa" for table "oc_social_follow" collides with the constraint on table "oc_social_3_follow".
Steps to reproduce
1.Run the updater
2.Back in the Web-Interface run the update
3. Run into this error
Expected behavior
Nextcloud updated to 28.0.0 RC4
Installation method
Community Docker image
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Default user-backend (database)
LDAP/ Active Directory
SSO - SAML
Other
Configuration report
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
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.berlinuxlab.net"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "27.1.5.0",
"overwrite.cli.url": "https:\/\/nextcloud.berlinuxlab.net",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"overwriteprotocol": "https",
"logtimezone": "Europe\/Berlin",
"maintenance": false,
"app_install_overwrite": [
"joplin",
"end_to_end_encryption",
"social"
],
"updater.release.channel": "beta",
"theme": "",
"loglevel": 2,
"trashbin_retention_obligation": "7, 7",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpsecure": "ssl",
"mail_smtpauthtype": "LOGIN",
"updater.secret": "***REMOVED SENSITIVE VALUE***"
}
}
Nextcloud wird auf Version 28.0.0 RC4 aktualisiert
Folgende Apps werden aktualisiert:
Activity (activity)
Brute-force settings (bruteforcesettings)
Circles (circles)
Cloud Federation API (cloud_federation_api)
Comments (comments)
Contacts Interaction (contactsinteraction)
Dashboard (dashboard)
Nextcloud Logs
{"reqId":"u9KO9uDKGQZiZEFT2d61","level":2,"time":"2021-01-24T08:40:43+00:00","remoteAddr":"91.64.59.76","user":"--","app":"no app in context","method":"GET","url":"/","message":"Could not detect any host in https:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","version":""}
{"reqId":"u9KO9uDKGQZiZEFT2d61","level":2,"time":"2021-01-24T08:40:43+00:00","remoteAddr":"91.64.59.76","user":"--","app":"no app in context","method":"GET","url":"/","message":"Could not detect any host in http:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","version":""}
{"reqId":"EAdDBxx1YiPD2GR2ItoK","level":2,"time":"2021-01-24T08:43:12+00:00","remoteAddr":"91.64.59.76","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Could not detect any host in https:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","version":""}
{"reqId":"EAdDBxx1YiPD2GR2ItoK","level":2,"time":"2021-01-24T08:43:12+00:00","remoteAddr":"91.64.59.76","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Could not detect any host in http:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","version":""}
{"reqId":"E537zE1J6hgv8OvgfamX","level":2,"time":"2021-01-24T08:45:53+00:00","remoteAddr":"91.64.59.76","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Could not detect any host in https:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","version":""}
{"reqId":"E537zE1J6hgv8OvgfamX","level":2,"time":"2021-01-24T08:45:53+00:00","remoteAddr":"91.64.59.76","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Could not detect any host in http:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","version":""}
Additional info
No response
The text was updated successfully, but these errors were encountered:
Bug description
Das Datenbankschema wird aktualisiert
Exception: Database error when running migration 28000Date20230906104802 for app core Index name "afoa" for table "oc_social_follow" collides with the constraint on table "oc_social_3_follow".
Steps to reproduce
1.Run the updater
2.Back in the Web-Interface run the update
3. Run into this error
Expected behavior
Nextcloud updated to 28.0.0 RC4
Installation method
Community Docker image
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: