Upgrade auf 13.0.7 wird nicht ausgeführt

Hallo zusammen,

ich habe über die Webseite ein Upgrade eingespielt, alles grün angehakt.
Nach dem Click auf den utton

Go back to your Nextcloud instance to finish the update

Werde ich nicht zur Updateseite sondern ganz normal wieder auf die Admininstanz geleitet.
Dort wird nach wie vor die Updatemöglichkeit angezeigt.

Wenn ich es dann über php occ upgrade versuche wird mir alles ist aktuell angezeigt !

Wo liegt jetzt mein Fehler?

Gruß
Sven

Das würde ich auch gerne wissen :wink:

https://github.com/nextcloud/updater/issues/191

Installation von 13.0.7 geht auch nicht!
Kann hier denn keiner helfen?
Welche Info wollt Ihr haben?

php occ maintenance:mode --on
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
Maintenance mode enabled
mitbkwkw@server1420-han:~/www.mitpaddelzentrale.de/hirnen.com/nextcloud$ php occ maintenance:repair
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
Failed to load repair step for dav: Repair step ‘OCA\DAV\Migration\FixBirthdayCalendarComponent’ is unknown
Failed to load repair step for dav: Repair step ‘OCA\DAV\Migration\CalDAVRemoveEmptyValue’ is unknown
Failed to load repair step for dav: Repair step ‘OCA\DAV\Migration\BuildCalendarSearchIndex’ is unknown
Failed to load repair step for files_sharing: Repair step ‘OCA\Files_Sharing\Migration\OwncloudGuestShareType’ is unknown
Failed to load repair step for files_sharing: Repair step ‘OCA\Files_Sharing\Migration\SetPasswordColumn’ is unknown
Failed to load repair step for oauth2: Repair step ‘OCA\OAuth2\Migration\SetTokenExpiration’ is unknown
Failed to load repair step for theming: Repair step ‘OCA\Theming\Migration\ThemingImages’ is unknown

  • Repair MySQL collation
        - All tables already have the correct collation -> nothing to do
  • Repair mime types
  • Clean tags and favorites
        - 0 tags of deleted users have been removed.
        - 0 tags for delete files have been removed.
        - 0 tag entries for deleted tags have been removed.
        - 0 tags with no entries have been removed.
  • Repair invalid shares
  • Remove shares of a users root folder
  • Move .step file of updater to backup location
  • Add move avatar background job
        - Repair step already executed
  • Add preview cleanup background jobs
  • Fix potential broken mount points
        - No mounts updated
  • Repair language codes
  • Install new core bundle components
  • Repair invalid paths in file cache
  • Rename folder with user specific keys
  • Add log rotate job
  • Clear frontend caches
        - Image cache cleared
        - SCSS cache cleared
        - JS cache cleared

dein problem hat - glaube ich - nichts mit dem von sroth zu tun…
du könntest deinen release-channel auf “production” stellen und dann wird dir spätestens nach einem tag (in der regel sehr viel früher, vielleicht sogar innerhalb von minuten) auch auf die 13.0.7 upgedated, wenn du den updater ausführst.

ich weiß nicht, wo deine fehler herrühren… aber ich sehe, du führst dein manuelles upgrade nicht unter deinem web-nutzer durch (ganz oft ist das www-data.) vielleicht hat das etwas miteinander zu tun?

also probier doch zb mal sudo -u www-data php occ mainentance:moce --on und sudo -u www-data php occ upgrade usw (in deiner nextcloud-directory). vielleicht kommst du ja damit weiter