While updating from 25.x.x to 26.0.0, An exception occurred

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 26.0.0
Operating system and version (eg, Ubuntu 20.04): CentOS v7.9.2009
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.56
PHP version (eg, 7.4): 8.0

The issue you are facing:
While updating from 25.x.x to 26.0.0, An exception occurred like below.
An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near “(”: syntax error

Is this the first time you’ve seen this error? (Y/N):Y

Steps to replicate it:

  1. upgrade from 25.x.x to 26.0.0

The output of your Nextcloud log in Admin > Logging:

I cannot login to Nextcloud instance

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '[instanceid]',
  'passwordsalt' => '[passwordsalt]',
  'secret' => '[secret]',
  'trusted_domains' =>
  array (
    0 => '[public domain]',
  ),
  'datadirectory' => '/home/[username]/public_html/nextcloud/data',
  'dbtype' => 'sqlite3',
  'version' => '25.0.5.1',
  'overwrite.cli.url' => 'https://www.[domain]/nextcloud',
  'installed' => true,
  'mail_domain' => '[domain]',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_smtphost' => 'smtp.[domain]',
  'mail_smtpport' => '587',
  'mail_smtpauth' => 1,
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'nextcloud',
  'mail_smtpsecure' => 'tls',
  'mail_smtpname' => 'nextcloud@[domain]',
  'mail_smtppassword' => '[smtppassword]',
  'simpleSignUpLink.shown' => false,
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'app_install_overwrite' =>
  array (
    0 => 'impersonate',
  ),
  'updater.secret' => '[updatersecret]',
);

The output of your Apache/nginx/system log in /var/log/____:

xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:58:17 +0900] "GET /nextcloud/apps/updatenotification/img/notification.svg HTTP/1.1" 200 923 "http://htmlview.becky.example/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:58:17 +0900] "GET /nextcloud/core/img/logo/logo.png?v=14 HTTP/1.1" 200 3571 "http://htmlview.becky.example/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:06 +0900] "GET /nextcloud/ HTTP/1.1" 302 - "http://htmlview.becky.example/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:06 +0900] "GET /nextcloud/ HTTP/1.1" 302 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:09 +0900] "GET /nextcloud/index.php/login HTTP/1.1" 200 5022 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/apps/theming/css/default.css?v=47354877-14 HTTP/1.1" 200 3251 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/core/css/server.css?v=712563db-14 HTTP/1.1" 200 154438 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/apps/files_rightclick/css/app.css?v=1bf6e69c-14 HTTP/1.1" 200 412 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/core/css/guest.css?v=712563db-14 HTTP/1.1" 200 19116 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/light.css?plain=1&v=fa35e192 HTTP/1.1" 200 3314 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/default.css?plain=1&v=fa35e192 HTTP/1.1" 200 3314 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/dist/icons.css HTTP/1.1" 200 217525 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=fa35e192 HTTP/1.1" 200 3775 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/opendyslexic.css?plain=0&v=fa35e192 HTTP/1.1" 200 927 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/light.css?plain=0&v=fa35e192 HTTP/1.1" 200 3488 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/dark.css?plain=0&v=fa35e192 HTTP/1.1" 200 3432 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/apps/theming/theme/dark-highcontrast.css?plain=0&v=fa35e192 HTTP/1.1" 200 3835 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/core/l10n/ja.js?v=712563db-14 HTTP/1.1" 200 67990 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/dist/core-files_fileinfo.js?v=712563db-14 HTTP/1.1" 200 928 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:16 +0900] "GET /nextcloud/index.php/core/js/oc.js?v=712563db HTTP/1.1" 200 4317 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/dist/core-main.js?v=712563db-14 HTTP/1.1" 200 164123 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/dist/core-files_client.js?v=712563db-14 HTTP/1.1" 200 12467 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/dist/core-common.js?v=712563db-14 HTTP/1.1" 200 13474428 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/apps/files_sharing/l10n/ja.js?v=712563db-14 HTTP/1.1" 200 24975 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/dist/files_sharing-main.js?v=712563db-14 HTTP/1.1" 200 371 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/dist/core-login.js?v=712563db-14 HTTP/1.1" 200 108901 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/apps/files_rightclick/l10n/ja.js?v=712563db-14 HTTP/1.1" 200 1020 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/js/core/merged-template-prepend.js?v=712563db-14 HTTP/1.1" 200 3098 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/core/img/app-background.jpg HTTP/1.1" 200 190294 "https://www.[domain]/nextcloud/core/css/server.css?v=712563db-14" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/apps/files_rightclick/js/script.js?v=712563db-14 HTTP/1.1" 200 14871 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/apps/files_rightclick/js/files.js?v=712563db-14 HTTP/1.1" 200 4784 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/apps/theming/l10n/ja.js?v=712563db-14 HTTP/1.1" 200 11580 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/apps/theming/js/theming.js?v=712563db-14 HTTP/1.1" 200 60 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/theme/dark-highcontrast.css?plain=1&v=fa35e192 HTTP/1.1" 200 3467 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/theme/dark.css?plain=1&v=fa35e192 HTTP/1.1" 200 3259 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/theme/light-highcontrast.css?plain=1&v=fa35e192 HTTP/1.1" 200 3424 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/core/img/loading-dark.gif HTTP/1.1" 200 4683 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/image/logo?v=14 HTTP/1.1" 404 14400 "https://www.[domain]/nextcloud/core/css/guest.css?v=712563db-14" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/manifest?v=fa35e192 HTTP/1.1" 200 305 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/favicon?v=fa35e192 HTTP/1.1" 200 90022 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:17 +0900] "GET /nextcloud/index.php/apps/theming/icon?v=14 HTTP/1.1" 200 25186 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:21 +0900] "POST /nextcloud/index.php/login HTTP/1.1" 303 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:24 +0900] "GET /nextcloud/index.php/apps/files/ HTTP/1.1" 200 10995 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/files/css/merged.css?v=17b1d146-14 HTTP/1.1" 200 45484 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/user_status/css/user-status-menu.css?v=35c36e89-14 HTTP/1.1" 200 3593 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/activity/css/style.css?v=1152f727-14 HTTP/1.1" 200 4367 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/files_sharing/css/icons.css?v=95cfeb87-14 HTTP/1.1" 200 3265 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/default.css?plain=1&v=a1aa6d2d HTTP/1.1" 200 3314 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/light.css?plain=0&v=a1aa6d2d HTTP/1.1" 200 3488 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=a1aa6d2d HTTP/1.1" 200 3775 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/dark.css?plain=0&v=a1aa6d2d HTTP/1.1" 200 3432 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/light.css?plain=1&v=a1aa6d2d HTTP/1.1" 200 3314 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/core-systemtags.js?v=712563db-14 HTTP/1.1" 200 21688 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/core-unified-search.js?v=712563db-14 HTTP/1.1" 200 36085 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/dark-highcontrast.css?plain=0&v=a1aa6d2d HTTP/1.1" 200 3835 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/theme/opendyslexic.css?plain=0&v=a1aa6d2d HTTP/1.1" 200 927 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/core/js/oc.js?v=712563db HTTP/1.1" 200 4216 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files-sidebar.js?v=712563db-14 HTTP/1.1" 200 24576 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files_sharing-collaboration.js?v=712563db-14 HTTP/1.1" 200 556 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files-main.js?v=712563db-14 HTTP/1.1" 200 23027 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/files/js/fileinfomodel.js?v=712563db-14 HTTP/1.1" 200 3608 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files_sharing-files_sharing.js?v=712563db-14 HTTP/1.1" 200 16148 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files_sharing-additionalScripts.js?v=712563db-14 HTTP/1.1" 200 14145 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files_trashbin-files_trashbin.js?v=712563db-14 HTTP/1.1" 200 11358 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files_sharing-files_sharing_tab.js?v=712563db-14 HTTP/1.1" 200 102135 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/systemtags-systemtags.js?v=712563db-14 HTTP/1.1" 200 12167 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/comments-comments.js?v=712563db-14 HTTP/1.1" 200 4425 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/comments-comments-tab.js?v=712563db-14 HTTP/1.1" 200 1133 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/comments-comments-app.js?v=712563db-14 HTTP/1.1" 200 30550 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/federatedfilesharing/js/external.js?v=712563db-14 HTTP/1.1" 200 5008 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/js/files/merged-index.js?v=712563db-14 HTTP/1.1" 200 96312 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/index.php/apps/theming/image/logoheader?v=14 HTTP/1.1" 404 17587 "https://www.[domain]/nextcloud/core/css/server.css?v=712563db-14" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/dist/files_versions-files_versions.js?v=712563db-14 HTTP/1.1" 200 17071 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/recommendations/js/files_recommendation-main.js?v=712563db-14 HTTP/1.1" 200 311090 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js?v=712563db-14 HTTP/1.1" 200 24417 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/viewer/js/viewer-main.js?v=712563db-14 HTTP/1.1" 200 2226038 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/activity/js/activity-sidebar.js?v=712563db-14 HTTP/1.1" 200 1276494 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/related_resources/js/related_resources.js?v=712563db-14 HTTP/1.1" 200 154481 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"
xxx.xxx.xxx.xxx(ip) - - [07/Apr/2023:06:59:27 +0900] "GET /nextcloud/apps/firstrunwizard/js/about.js?v=712563db-14 HTTP/1.1" 200 690 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62"

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.


# grep 2023-04-  nextcloud.log|grep error
{"reqId":"ZC9QHsBLmivw1yddUUeOywAAABE","level":3,"time":"2023-04-06T23:05:02+00:00","remoteAddr":"[ip address]","user":"--","app":"no app in context","method":"GET","url":"/nextcloud/core/ajax/update.php?requesttoken=BeDoFsPlhL18ydJRObTTPqTc1yoaZSSGp3TL64dz42c%3D%3AQ6%2B%2FTIWH%2FdISk7cmfPKGB9KmlU9vAVXB10XkgbALqUg%3D","message":"Exception while executing repair step Repair SQLite autoincrement","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62","version":"25.0.5.1","exception":{"Exception":"Doctrine\\DBAL\\Exception\\SyntaxErrorException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":1,"Trace":[{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1814,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\SQLite\\ExceptionConverter","type":"->","args":[["Doctrine\\DBAL\\Driver\\PDO\\Exception"],["Doctrine\\DBAL\\Query"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1749,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->","args":[["Doctrine\\DBAL\\Driver\\PDO\\Exception"],["Doctrine\\DBAL\\Query"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1055,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":[["Doctrine\\DBAL\\Driver\\PDO\\Exception"],"SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":264,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[],null]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":849,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":207,"function":"fetchAllAssociative","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":228,"function":"_getPortableTableIndexesList","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":[[["0","sqlite_autoindex_oc_accounts_1","1"]],"oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":328,"function":"listTableIndexes","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":572,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":306,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":1229,"function":"listTables","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/SqliteAutoincrement.php","line":63,"function":"createSchema","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\SqliteAutoincrement","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/SQLite/ExceptionConverter.php","Line":71,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":1,"Trace":[{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","line":65,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::","args":[["PDOException",["HY000",1,"near \"(\": syntax error"]]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1042,"function":"prepare","class":"Doctrine\\DBAL\\Driver\\PDO\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":264,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[],null]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":849,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":207,"function":"fetchAllAssociative","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":228,"function":"_getPortableTableIndexesList","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":[[["0","sqlite_autoindex_oc_accounts_1","1"]],"oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":328,"function":"listTableIndexes","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":572,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":306,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":1229,"function":"listTables","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/SqliteAutoincrement.php","line":63,"function":"createSchema","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\SqliteAutoincrement","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":30,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":"HY000","Trace":[{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","line":60,"function":"prepare","class":"PDO","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1042,"function":"prepare","class":"Doctrine\\DBAL\\Driver\\PDO\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":264,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[],null]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":849,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":207,"function":"fetchAllAssociative","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":228,"function":"_getPortableTableIndexesList","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":[[["0","sqlite_autoindex_oc_accounts_1","1"]],"oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":328,"function":"listTableIndexes","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":572,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":306,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":1229,"function":"listTables","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/SqliteAutoincrement.php","line":63,"function":"createSchema","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\SqliteAutoincrement","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","Line":60}},"message":"Exception while executing repair step Repair SQLite autoincrement","exception":{},"CustomMessage":"Exception while executing repair step Repair SQLite autoincrement"}}
{"reqId":"ZC9QHsBLmivw1yddUUeOywAAABE","level":3,"time":"2023-04-06T23:05:02+00:00","remoteAddr":"[ip address]","user":"--","app":"updater","method":"GET","url":"/nextcloud/core/ajax/update.php?requesttoken=BeDoFsPlhL18ydJRObTTPqTc1yoaZSSGp3TL64dz42c%3D%3AQ6%2B%2FTIWH%2FdISk7cmfPKGB9KmlU9vAVXB10XkgbALqUg%3D","message":"OC\\Repair\\Events\\RepairErrorEvent: Repair error: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62","version":"25.0.5.1","data":{"app":"updater"}}
{"reqId":"ZC9QHsBLmivw1yddUUeOywAAABE","level":3,"time":"2023-04-06T23:05:02+00:00","remoteAddr":"[ip address]","user":"--","app":"no app in context","method":"GET","url":"/nextcloud/core/ajax/update.php?requesttoken=BeDoFsPlhL18ydJRObTTPqTc1yoaZSSGp3TL64dz42c%3D%3AQ6%2B%2FTIWH%2FdISk7cmfPKGB9KmlU9vAVXB10XkgbALqUg%3D","message":"Exception while executing repair step Copy data from accounts table when migrating from ownCloud","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62","version":"25.0.5.1","exception":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":1,"Trace":[{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/ConnectionAdapter.php","line":230,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::","args":[["Doctrine\\DBAL\\Exception\\SyntaxErrorException"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":101,"function":"createSchema","class":"OC\\DB\\ConnectionAdapter","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":69,"function":"shouldRun","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":70,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\SyntaxErrorException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":1,"Trace":[{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1814,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\SQLite\\ExceptionConverter","type":"->","args":[["Doctrine\\DBAL\\Driver\\PDO\\Exception"],["Doctrine\\DBAL\\Query"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1749,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->","args":[["Doctrine\\DBAL\\Driver\\PDO\\Exception"],["Doctrine\\DBAL\\Query"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1055,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":[["Doctrine\\DBAL\\Driver\\PDO\\Exception"],"SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":264,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[],null]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":849,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":207,"function":"fetchAllAssociative","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":228,"function":"_getPortableTableIndexesList","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":[[["0","sqlite_autoindex_oc_accounts_1","1"]],"oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":328,"function":"listTableIndexes","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":572,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":306,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":1229,"function":"listTables","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Migrator.php","line":98,"function":"createSchema","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":566,"function":"createSchema","class":"OC\\DB\\Migrator","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/ConnectionAdapter.php","line":228,"function":"createSchema","class":"OC\\DB\\Connection","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":101,"function":"createSchema","class":"OC\\DB\\ConnectionAdapter","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":69,"function":"shouldRun","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/SQLite/ExceptionConverter.php","Line":71,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":1,"Trace":[{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","line":65,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::","args":[["PDOException",["HY000",1,"near \"(\": syntax error"]]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1042,"function":"prepare","class":"Doctrine\\DBAL\\Driver\\PDO\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":264,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[],null]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":849,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":207,"function":"fetchAllAssociative","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":228,"function":"_getPortableTableIndexesList","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":[[["0","sqlite_autoindex_oc_accounts_1","1"]],"oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":328,"function":"listTableIndexes","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":572,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":306,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":1229,"function":"listTables","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Migrator.php","line":98,"function":"createSchema","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":566,"function":"createSchema","class":"OC\\DB\\Migrator","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/ConnectionAdapter.php","line":228,"function":"createSchema","class":"OC\\DB\\Connection","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":101,"function":"createSchema","class":"OC\\DB\\ConnectionAdapter","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":69,"function":"shouldRun","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":30,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","Code":"HY000","Trace":[{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","line":60,"function":"prepare","class":"PDO","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1042,"function":"prepare","class":"Doctrine\\DBAL\\Driver\\PDO\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":264,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[],null]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":849,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"],[]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":207,"function":"fetchAllAssociative","class":"Doctrine\\DBAL\\Connection","type":"->","args":["SELECT * FROM PRAGMA_TABLE_INFO (?)",["oc_accounts"]]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":228,"function":"_getPortableTableIndexesList","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":[[["0","sqlite_autoindex_oc_accounts_1","1"]],"oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":328,"function":"listTableIndexes","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php","line":572,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":306,"function":"listTableDetails","class":"Doctrine\\DBAL\\Schema\\SqliteSchemaManager","type":"->","args":["oc_accounts"]},{"file":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php","line":1229,"function":"listTables","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Migrator.php","line":98,"function":"createSchema","class":"Doctrine\\DBAL\\Schema\\AbstractSchemaManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/Connection.php","line":566,"function":"createSchema","class":"OC\\DB\\Migrator","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/DB/ConnectionAdapter.php","line":228,"function":"createSchema","class":"OC\\DB\\Connection","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":101,"function":"createSchema","class":"OC\\DB\\ConnectionAdapter","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php","line":69,"function":"shouldRun","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Repair.php","line":126,"function":"run","class":"OC\\Repair\\Owncloud\\SaveAccountsTableData","type":"->","args":[["OC\\Repair"]]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":259,"function":"run","class":"OC\\Repair","type":"->","args":[]},{"file":"/home/[ip address]/public_html/nextcloud/lib/private/Updater.php","line":140,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["26.0.0.11","25.0.5.1"]},{"file":"/home/[ip address]/public_html/nextcloud/core/ajax/update.php","line":185,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/home/[ip address]/public_html/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","Line":60}}},"message":"Exception while executing repair step Copy data from accounts table when migrating from ownCloud","exception":{},"CustomMessage":"Exception while executing repair step Copy data from accounts table when migrating from ownCloud"}}
{"reqId":"ZC9QHsBLmivw1yddUUeOywAAABE","level":3,"time":"2023-04-06T23:05:02+00:00","remoteAddr":"[ip address]","user":"--","app":"updater","method":"GET","url":"/nextcloud/core/ajax/update.php?requesttoken=BeDoFsPlhL18ydJRObTTPqTc1yoaZSSGp3TL64dz42c%3D%3AQ6%2B%2FTIWH%2FdISk7cmfPKGB9KmlU9vAVXB10XkgbALqUg%3D","message":"OC\\Repair\\Events\\RepairErrorEvent: Repair error: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near \"(\": syntax error","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62","version":"25.0.5.1","data":{"app":"updater"}}

I tried the upgrade manually like below, but the same exception occurred…

[username nextcloud]$ php updater/updater.phar
Nextcloud Updater - version: v26.0.0beta2-9-g64e2e4c dirty

Current version is 26.0.0.

Update to Nextcloud 26.0.0 available. (channel: “stable”)
Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-26.0.0.zip
Open changelog ?

Steps that will be executed:
[?] Check for expected files
[?] Check for write permissions
[?] Create backup
[?] Downloading
[?] Verify integrity
[?] Extracting
[?] Enable maintenance mode
[?] Replace entry points
[?] Delete old files
[?] Move new files in place
[?] Done

Continue update? [y/N] y

Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.

[?] Check for expected files
[?] Check for write permissions
[?] Create backup
[?] Downloading
[?] Verify integrity
[?] Extracting
[?] Enable maintenance mode
[?] Replace entry points
[?] Delete old files
[?] Move new files in place
[?] Done

Update of code successful.

Should the “occ upgrade” command be executed? [Y/n] y
The current PHP memory limit is below the recommended value of 512MB.
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
Setting log level to debug
Repair step: Repair MySQL collation
Repair info: Not a mysql database → nothing to do
Repair step: Repair SQLite autoincrement
Repair error: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near “(”: syntax error
Repair step: Copy data from accounts table when migrating from ownCloud
Repair error: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near “(”: syntax error
Repair step: Drop account terms table when migrating from ownCloud
Updating database schema
Exception: Database error when running migration 25000Date20220905140840 for app core
An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 near “(”: syntax error
Update failed
Maintenance mode is kept active
Resetting log level

Keep maintenance mode active? [y/N] y
Maintenance mode kept active
[username nextcloud]$

Have you already checked the integrity of the database to rule that out as an error?

sqlite3 path/to/database.db "PRAGMA integrity_check;"

Thank you for your response.
The result of splite3 command is like below.

$ /usr/local/cpanel/3rdparty/bin/sqlite3 ./owncloud.db “PRAGMA integrity_check;”
ok
$

Then it could be a bug. The best would be, to report an issue in the bug tracker so the specialists and authors of the respective code can take a look at it:

Have the same issue. Iam stuck on Update needed screen
:(. Too bad I am it noob.

Because I had to recover my Nextcloud , as a temporary measure, I reinstalled original version before updating to 26.0.0 with commands below.

cd public_html
mv ./nextcloud ./nextcloud2
wget https://download.nextcloud.com/server/releases/nextcloud-25.0.5.zip
gunzip nextcloud-25.0.5.zip
cd ./nextcloud
cp -a …/nextcloud2/config ./
cp -a …/nextcloud2/data ./
php occ maintenance:mode --off

I hope this would help who has the same issue. :slightly_smiling_face:

1 Like

Thank you for the idea. I will do it.

So what you did you copied data and config from the old one to the new one?

I have no idea how to recover :frowning:

Yes, I copied data and config from the old one to the new one. And I could recover.

I do not want to risk to build the original one cause using HassonIT VM in Proxmox. But I will probably go from the scratch in another VM and copy the configs… the bad is i have nothing in /data … I dont know why.

Nothing in nextcloud/data directory? It is really strange…
If so, I think you need to restore data files from backup.

I reported as the URL below.

1 Like

I deleted Nextcloud. I’m done with it. Same problem since weeks and no solution. Poor.