No, the updates were performed gradually from version 21 to 32.
Each upgrade was done step by step (21 to 22, then 22 to 23, 23 to 24, and so on).
Result:
./occ config:list system
{
“system”: {
“instanceid”: “REMOVED SENSITIVE VALUE”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“xxx.com”,
“xxx.xxx.xxx.xxx”,
“xxxx.com”,
“xxx.xxx.xxx.xxx”
],
“datadirectory”: “REMOVED SENSITIVE VALUE”,
“dbtype”: “mysql”,
“version”: “32.0.6.1”,
“overwrite.cli.url”: “https://xxxx.com”,
“dbname”: “REMOVED SENSITIVE VALUE”,
“dbhost”: “REMOVED SENSITIVE VALUE”,
“dbport”: “”,
“dbtableprefix”: “oc_”,
“mysql.utf8mb4”: true,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“installed”: true,
“maintenance”: false,
“updater.secret”: “REMOVED SENSITIVE VALUE”,
“ldapProviderFactory”: “OCA\User_LDAP\LDAPProviderFactory”,
“trashbin_retention_obligation”: “auto, 30”,
“versions_retention_obligation”: “auto, 180”,
“updater.server.url”: “REMOVED SENSITIVE VALUE”
}
}
./occ config:list core
{
“apps”: {
“core”: {
“files_metadata_installed”: “1”,
“installedat”: “1614866928.5226”,
“lastcron”: 1777477863,
“lastupdateResult”: “{“version”:“21.0.9.1”,“versionstring”:“Nextcloud 21.0.9”,“url”:“https:\/\/download.nextcloud.com\/server\/releases\/nextcloud-21.0.9.zip”,“web”:“https:\/\/docs.nextcloud.com\/server\/21\/admin_manual\/maintenance\/upgrade.html”,“changes”:“https:\/\/updates.nextcloud.com\/changelog_server\/?version=21.0.9”,“autoupdater”:“1”,“eol”:“1”}”,
“lastupdatedat”: 1777477820,
“moveavatarsdone”: “yes”,
“previewsCleanedUp”: “1”,
“public_files”: “files_sharing/public.php”,
“public_webdav”: “dav/appinfo/v1/publicwebdav.php”,
“theming.variables”: “7be44fb5135024acfb904475b0bf4c06”,
“updater.secret.created”: 1777477259,
“vendor”: “nextcloud”,
“files_metadata”: {
“photos-original_date_time”: {
“value”: null,
“type”: “int”,
“etag”: “”,
“indexed”: true,
“editPermission”: 0
},
“photos-size”: {
“value”: null,
“type”: “array”,
“etag”: “”,
“indexed”: false,
“editPermission”: 0
},
“photos-exif”: {
“value”: null,
“type”: “array”,
“etag”: “”,
“indexed”: false,
“editPermission”: 0
},
“photos-ifd0”: {
“value”: null,
“type”: “array”,
“etag”: “”,
“indexed”: false,
“editPermission”: 0
}
},
“oc.integritycheck.checker”:
}
}
}