nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.21k stars 4.04k forks source link

Nextcloud does not work with MariaDB 10.6.1 #27468

Closed 4nanook closed 3 years ago

4nanook commented 3 years ago

How to use GitHub

Steps to reproduce

  1. Upgrade MariaDB from 10.5 to 10.6.1

Expected behaviour

Tell us what should happen Nextcloud to Continue Working

Actual behaviour

Tell us what happens instead Massive PHP errors about deprecated functions and failure to do anything except print errors.

Server configuration

Operating system: Ubuntu 20,04 Web server: Apache 2.4.48 Database: Maria DB 10.5 works, Maria DB 10.6.1 does not work. PHP version: PHP 7.4.20 Nextcloud version: (see Nextcloud admin page) 20.0.10 Updated from an older Nextcloud/ownCloud or fresh install: Updated from an older version Where did you install Nextcloud from: Github Signing status:

Signing status ``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ```

Sorry but I am no longer on the failed database version, with MariaDB 10.6.1 I could not even login so I've reverted to 10.5 List of activated apps:

App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```

Nextcloud configuration:

Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```

{ "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "nextcloud.eskimo.com" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "20.0.10.1", "overwrite.cli.url": "https:\/\/nextcloud.eskimo.com\/", "overwriteprotocol": "https", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "user_backends": [ { "class": "OC_User_IMAP", "arguments": [ "mail.eskimo.com", 143 ] } ], "maintenance": false, "data-fingerprint": "15c5e08aba95f4a9f58603c46b0bedc9", "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_smtpauthtype": "LOGIN", "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", "memcache.local": "\OC\Memcache\APCu", "memcache.distributed": "\OC\Memcache\Memcached", "memcached_servers": [ [ "localhost", 11211 ] ], "theme": "", "loglevel": 0, "updater.release.channel": "stable", "ldapProviderFactory": "OCA\User_LDAP\LDAPProviderFactory", "has_rebuilt_cache": true, "app_install_overwrite": [ "auto_mail_accounts", "caniupdate" ], "ldapIgnoreNamingRules": false, "encryption.legacy_format_support": false, "encryption.key_storage_migrated": false } }

Are you using external storage, if yes which one: local/smb/sftp/... No Are you using encryption: yes/no No Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)

LDAP config Not using LDAP ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "nextcloud.eskimo.com" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "20.0.10.1", "overwrite.cli.url": "https:\/\/nextcloud.eskimo.com\/", "overwriteprotocol": "https", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "user_backends": [ { "class": "OC_User_IMAP", "arguments": [ "mail.eskimo.com", 143 ] } ], "maintenance": false, "data-fingerprint": "15c5e08aba95f4a9f58603c46b0bedc9", "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_smtpauthtype": "LOGIN", "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***", "memcache.local": "\\OC\\Memcache\\APCu", "memcache.distributed": "\\OC\\Memcache\\Memcached", "memcached_servers": [ [ "localhost", 11211 ] ], "theme": "", "loglevel": 0, "updater.release.channel": "stable", "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory", "has_rebuilt_cache": true, "app_install_overwrite": [ "auto_mail_accounts", "caniupdate" ], "ldapIgnoreNamingRules": false, "encryption.legacy_format_support": false, "encryption.key_storage_migrated": false } } Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```

Client configuration

Browser: Firefox 89.0 Operating system: Ubuntu 21.04

Logs

{"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"onlyoffice","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"richdocuments","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"terms_of_service","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"discoursesso","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"epubreader","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"external","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"extract","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"files_linkeditor","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"files_mindmap","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"keeweb","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"metadata","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"pdfdraw","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"preferred_providers","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"pride","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"qownnotesapi","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"quickaccesssorting","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"rainloop","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"side_menu","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_diaspora","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_email","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_facebook","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_twitter","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"transmission","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"twofactor_totp","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"w2g2","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"whiteboard","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"zenodo","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"}

Web server error log

Web server error log ``` Insert your webserver log here ```

Nextcloud log (data/nextcloud.log)

Nextcloud log {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"onlyoffice","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"richdocuments","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"terms_of_service","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"discoursesso","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"epubreader","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"external","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"extract","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"files_linkeditor","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"files_mindmap","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"keeweb","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"metadata","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"pdfdraw","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"preferred_providers","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"pride","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"qownnotesapi","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"quickaccesssorting","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"rainloop","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"side_menu","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_diaspora","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_email","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_facebook","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"socialsharing_twitter","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"transmission","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"twofactor_totp","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"w2g2","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"whiteboard","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} {"reqId":"LclV6yGZt5m54OyImIhm","level":0,"time":"2021-06-11T02:28:04+00:00","remoteAddr":"24.90.227.112","user":"lo","app":"zenodo","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v2/room","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0","version":"20.0.10.1"} ``` Insert your Nextcloud log here ```

Browser log

Browser log Don't have browser logs ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
solracsf commented 3 years ago

MariaDB 10.6 is a BETA release. Please report back once that version reaches a stable version. https://mariadb.com/kb/en/mariadb-1061-changelog/

4nanook commented 3 years ago

Oddly, friendica, hubzilla, wordpress, everything else I have that uses it worked fine. But why be proactive when you can be retroactive.

martadinata666 commented 3 years ago

Can we reopen this? as mariadb 10.6.3 already considered stable release. https://downloads.mariadb.org/mariadb/10.6.3/

kesselb commented 3 years ago

Nextcloud does not support MariaDB 10.6 for now. The reason is the compressed row format.

A possible solution is:

https://github.com/nextcloud/server/issues/25436 is the issue to track the progress. It's on the roadmap. A solution requires a migration of the row format to something different. Don't expect this migration for Nextcloud 22 / 23.

My1 commented 3 years ago

Nextcloud does not support MariaDB 10.6 for now. The reason is the compressed row format.

well might be awesome to spawn a bulletin when the issue has been aware of since the beta especially if the beta has been feature-frozen (similar to PHP betas)