Problem with nextcloud when update Leap from 15.3->15.4

Hi!
Problem with nextcloud updating Leap from 15.3->15.4
I was quite surprised, everything seems to work except:
https://paste.opensuse.org/45583193

Click start update and:](https://paste.opensuse.org/61289413)https://paste.opensuse.org/61289413 (to ver 23.0.5).

Did I miss something :slight_smile: My config.php:

‘datadirectory’ => ‘/srv/www/htdocs/nextcloud/data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘21.0.9.1’,
‘overwrite.cli.url’ => ‘https://xxxxxx/nextcloud’,
‘dbname’ => ‘nextcloud’,
‘dbhost’ => ‘192.168.0.1:3306’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘installed’ => true,
maintenance’ => false

Regards

Ps. I did run a zypper dup before the update. Never had any problem with updates before. Ds.
](https://paste.opensuse.org/61289413)

They’ve changed Nextcloud form ver 21 in 15.3 to ver 23 in 15.4. Similar thing happened between 15.2 and 15.3. You have to get nextcloud 22 from nextcloud web, update to that version and then you can update to ver 23.

Take a backup of your config.php and change the

'version' => '21.0.9.1',

to

'version' => '23.0.5.0',

And re-try the updater.

Disclaimer: This at your own risk of course. Always have backups of your database and files.

Hi!
Viola!

I was trying with:

‘version’ => ‘23.0.5’,

-Yesterday.

But that little extra zero in the end did the trick:

‘version’ => ‘23.0.5.0’,

Now I was a was able to start the update and it’s up and running :slight_smile: Thank you.
Regards