Maintenance repair errors after upgrade to NC 12.0.1

I have upgraded my nextcloud from version 12.0.0 to 12.0.1 today, because the updater said an update is available. So I did click on that button and it installed. When I wanted to access my cloud, the maintenance mode was still activated. (I choosed to deactivate it after the upgrade) I ran an occ command to repair my cloud because something is wrong. (occ maintenance:repair) and this command threw some weird errors. Because I need my files I just deactivated the maintenance mode and it seems to work. But I fear that something will break if I have these errors around. Can someone explain what these errors are and how to fix them?

Nextcloud version: 12.0.1
Operating system and version: Ubuntu 16.04
Apache or nginx version: Apache 2.4.18 (Ubuntu)
PHP version v7.0.22-0ubuntu0.16.04.1
Is this the first time you’ve seen this error?: Yes

Can you reliably replicate it? (If so, please outline steps):
Upgrade from 12.0.0 to 12.0.1 with the web updater

Here is the output of my terminal:


root@nextcloud:/var/www/html/nextcloud# sudo -u www-data php /var/www/html/nextcloud/occ maintenance:repair
Nextcloud is in maintenance mode - no app have been loaded

Failed to load repair step for circles: Repair step 'OCA\Circles\Migration\UpdateShareTimeToTimestamp' is unknown
Failed to load repair step for circles: Repair step 'OCA\Circles\Migration\ImportOwncloudCustomGroups' is unknown
Failed to load repair step for circles: Repair step 'OCA\Circles\Migration\GenerateUniqueIdOnCreatedCircle' is unknown
Failed to load repair step for circles: Repair step 'OCA\Circles\Migration\UsingShortenUniqueIdInsteadOfCircleId' is unknown
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 deck: Repair step 'OCA\Deck\Migration\UnknownUsers' 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 mail: Repair step 'OCA\Mail\Migration\FixCollectedAddresses' is unknown
Failed to load repair step for ocsms: Autoload path not allowed: /var/www/html/nextcloud/apps/ocsms/lib/migration/fixconversationreadstates.php
Failed to load repair step for theming: Repair step 'OCA\Theming\Migration\ThemingImages' is unknown
Failed to load repair step for twofactor_backupcodes: Repair step 'OCA\TwoFactorBackupCodes\Migration\CopyEntriesFromOldTable' 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

Hi,
I have the same output, the odd thing I have is the welcome page appears in the weblog in external computers but I can’t login except when I login directly from my pi, I have the same output from maintenance mode.
Where you able to fix this eventually?

My Nextcloud works, yes.
Try to run the following commands to fix the problem (That worked for me at least):
“occ maintenance:mode --on”
“occ upgrade”
“occ maintenance:repair”
“occ maintenance:mode --off”

Thanks AmonBune for the reply, oddly the error goes away when occ maintenance:repair is run not in maintenance mode as described in: https://github.com/nextcloud/server/issues/3782 but is still there when maintenance mode is on. Strange.