NextCloud 11.0.2 update to 11.0.3 fails via updater

Nextcloud version (eg, 10.0.2): 11.0.3
Operating system and version (eg, Ubuntu 16.04): centos-release-7-3.1611.el7.centos.x86_64
Apache or nginx version (eg, Apache 2.4.25): httpd-2.4.6-45.el7.centos.4.x86_64
PHP version (eg, 5.6): php-7.1.5-1.el7.remi.x86_64
Is this the first time you’ve seen this error?: Yes

Can you reliably replicate it? (If so, please outline steps):

  1. Login
  2. Admin screen
  3. Select Updater
  4. See updater message about logging in
  5. Create new updater password
  6. Restart httpd (to clear server cache of php files)
  7. Admin Screen again
  8. Select Updater
  9. Enter plaintext password into login field
  10. System returns to admin screen instead of updating
  11. Updater button does not work any more

The issue you are facing:
Unable to update to 11.0.3 since the updater returns to the admin screen

The output of your Nextcloud log in Admin > Logging:
No errors reported.

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
$CONFIG = array (
‘instanceid’ => ‘XXXX’,
‘passwordsalt’ => ‘XXXX’,
‘datadirectory’ => ‘/var/www/data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘11.0.2.7’,
‘dbname’ => ‘owncloud’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘owncloud’,
‘dbpassword’ => ‘XXXX’,
‘installed’ => true,
‘overwritewebroot’ => ‘/’,
‘forcessl’ => true,
‘filelocking.enabled’ => false,
‘theme’ => ‘’,
‘maintenance’ => false,
‘trusted_domains’ =>
array (
0 => ‘XXXX’,
),
‘secret’ => ‘XXXX’,
‘loglevel’ => 2,
‘updater.secret’ => ‘XXXX’,
);

The output of your Apache/nginx/system log in /var/log/____:
No errors reported - just access


Remember, this information may be requested if it isn’t supplied; for fastest response please provide as much as you can :heart: Feel free to use a pastebin service, otherwise log files can be indented with 4 spaces on each line to present them in a friendlier way on the forum.