<?php
$CONFIG = array (
'apps_paths' =>
array (
0 =>
array (
'path' => '/opt/nextcloud/apps-added',
'url' => '/apps-added',
'writable' => true,
),
1 =>
array (
'path' => '/opt/nextcloud/apps',
'url' => '/apps',
'writable' => false,
),
),
'updatechecker' => false,
'instanceid' => 'ocpgrep9qdhg',
'passwordsalt' => '**************************',
'secret' => '*******************************',
'integrity.check.disabled' => true,
'trusted_domains' =>
array (
0 => '********************',
),
'datadirectory' => '/media/server/administration/owncloud/data',
'overwrite.cli.url' => 'http://**************/owncloud',
'htaccess.RewriteBase' => '/owncloud',
'dbtype' => 'mysql',
'version' => '17.0.0.9',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_admin8',
'dbpassword' => '************************',
'logtimezone' => 'UTC',
'installed' => true,
'theme' => '',
'mail_from_address' => 'cloud',
'mail_smtpmode' => 'smtp',
'mail_domain' => '************************',
'maintenance' => false,
'trashbin_retention_obligation' => '3, 5',
'versions_retention_obligation' => '3, 5',
'memcache.local' => '\\OC\\Memcache\\APCu',
'filelocking.enabled' => 'true',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
'timeout' => 1.5,
),
'loglevel' => 0,
'logfile' => '***************************',
'preview_libreoffice_path' => '/usr/bin/soffice',
'enable_previews' => true,
'preview_max_scale_factor' => 1,
'preview_max_x' => 1920,
'preview_max_y' => 1000,
'preview_max_filesize_image' => -1,
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Images',
1 => 'OC\\Preview\\PNG',
2 => 'OC\\Preview\\BMP',
3 => 'OC\\Preview\\JPEG',
4 => 'OC\\Preview\\GIF',
5 => 'OC\\Preview\\TIFF',
6 => 'OC\\Preview\\XBitmap',
7 => 'OC\\Preview\\Photoshop',
8 => 'OC\\Preview\\Illustrator',
9 => 'OC\\Preview\\SVG',
10 => 'OC\\Preview\\PDF',
11 => 'OC\\Preview\\Postscript',
12 => 'OC\\Preview\\Illustrator',
13 => 'OC\\Preview\\Movie',
14 => 'OC\\Preview\\MP3',
15 => 'OC\\Preview\\TXT',
16 => 'OC\\Preview\\Markdown',
17 => 'OC\\Preview\\Font',
18 => 'OC\\Preview\\MSOffice2003',
19 => 'OC\\Preview\\MSOffice2007',
20 => 'OC\\Preview\\MSOfficeDoc',
21 => 'OC\\Preview\\OpenDocument',
22 => 'OC\\Preview\\StarOffice',
),
'enable_movie_transcode' => true,
'updater.release.channel' => 'stable',
'mysql.utf8mb4' => true,
'mail_smtphost' => '***************',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtpname' => '****************',
'mail_smtppassword' =>'***************',
'mail_smtpport' => '587',
'has_rebuilt_cache' => true,
'user_backend_sql_raw' =>
array (
'db_type' => 'mariadb',
'db_host' => 'localhost',
'db_port' => '3306',
'db_name' => '*************',
'db_user' => '************',
'db_password' => '*************',
'mariadb_charset' => 'utf8',
),
'app_install_overwrite' =>
array (
0 => 'ldaporg',
1 => 'user_sql',
),
'ldapIgnoreNamingRules' => false,
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
);
Steps to reproduce
occ upgradeExpected behaviour
Upgrade procedure should complete and NC should run.
Actual behaviour
Upgrade crashes at "Updating ". NC is broken and cannot be used.
Server configuration
Operating system: ubuntu 18.04
Web server: apache 2.4.29
Database: mysql 5.7.27
PHP version: 7.2.22
Nextcloud version: 16.0.5/17.0.0
Updated from an older Nextcloud: 16.0.5. (Continuously updated since before NC10.)
Where did you install Nextcloud from: zip file from web page.
Signing status: ???
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Chrome
Operating system: ubuntu 18.04
Logs
Web server error log
This is the trace from the occ updater:
Web server error log