Hi I’m trying to upgrade nextcloud 31.0.10 to 32.0.1. Nextcloud running on freebsd 13.2-RELEASE-p10. Installed natively without docker with redis/mariadb.
Anyway during the upgrade process I’m getting error:
Preparing update
Set log level to debug
Turned on maintenance mode
Repair step: Repair MySQL collation
Repair info: All tables already have the correct collation -> nothing to do
Repair step: Copy data from accounts table when migrating from ownCloud
Repair step: Drop account terms table when migrating from ownCloud
Updating database schema
Updated database
Repair step: Repair MySQL collation
Repair info: All tables already have the correct collation -> nothing to do
Repair step: Clean tags and favorites
Repair info: 0 tags of deleted users have been removed.
Repair info: 0 tags for delete files have been removed.
Repair info: 0 tag entries for deleted tags have been removed.
Repair info: 0 tags with no entries have been removed.
Repair step: Repair invalid shares
Repair step: Move .step file of updater to backup location
Repair step: Add move avatar background job
Repair info: Repair step already executed
Repair step: Add preview cleanup background jobs
Repair step: Migrate oc_properties table to nextcloud schema
Repair info: oc_properties table does not exist.
Repair step: Migrate oauth2_clients table to nextcloud schema
Repair info: Update the oauth2_access_tokens table schema.
Repair info: Update the oauth2_clients table schema.
Repair info: Delete clients (and their related access tokens) with the redirect_uri starting with oc:// or ending with *
Repair step: Repair language codes
Repair step: Add log rotate job
Repair step: Clear frontend caches
Repair info: Image cache cleared
Repair info: JS cache cleared
Repair step: Clear every generated avatar
Repair step: Add preview background cleanup job
Repair step: Queue a one-time job to cleanup old backups of the updater
Repair step: Cleanup invalid photocache files for carddav
Repair step: Add background job to cleanup login flow v2 tokens
Repair step: Remove potentially over exposing share links
Repair info: No need to remove link shares.
Repair step: Clear access cache of projects
Repair step: Reset generated avatar flag
Repair step: Keep legacy encryption enabled
Repair step: Check encryption key format
Repair step: Remove old dashboard app config data
Repair step: Add job to cleanup the bruteforce entries
Repair step: Queue a one-time job to check for user uploaded certificates
Repair step: Repair DAV shares
Repair step: Add background job to set the lookup server share state for users
Repair step: Add token cleanup job
Repair step: Clean up abandoned apps
Repair step: Add possibly missing system config
Repair step: Add AI tasks cleanup jobs
Repair step: Queue a job to generate metadata
Repair step: Cache logo dimension to fix size in emails on Outlook
Repair info: Theming is not used to provide a logo
Repair step: Remove legacy ".ocdata" file
Repair step: Add cleanup-deleted-users background job
Repair step: Validate account properties and store phone numbers in a known format for search
Repair info: Queued background to validate account properties.
Repair step: Migrate config keys
Starting code integrity check
OCP\App\AppPathNotFoundException: Could not find path for eb
Looking in the logs further for this mysterious “eb” I’m not finding much:
{"reqId":"xtEN5trPz24KXUmvpsk9","level":3,"time":"November 12, 2025 04:10:38","remoteAddr":"10.99.210.2","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=UWFXkhlyL0Md3a8WyzRoP7%2BiGKJJUDZtlXmGc6nLsZQ%3D%3AaTQmxCk%2FdwV2hcNboX0GePvlQvc6MnlYpQPfK%2Fv43fA%3D","message":"Could not find path for eb","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:144.0) Gecko/20100101 Firefox/144.0","version":"31.0.10.2","exception":{"Exception":"OCP\\App\\AppPathNotFoundException","Message":"Could not find path for eb","Code":0,"Trace":[{"file":"/usr/local/www/nextcloud/lib/private/IntegrityCheck/Checker.php","line":546,"function":"getAppPath","class":"OC\\App\\AppManager","type":"->","args":["eb"]},{"file":"/usr/local/www/nextcloud/lib/private/Updater.php","line":271,"function":"runInstanceVerification","class":"OC\\IntegrityCheck\\Checker","type":"->","args":[]},{"file":"/usr/local/www/nextcloud/lib/private/Updater.php","line":100,"function":"doUpgrade","class":"OC\\Updater","type":"->","args":["32.0.1.2","31.0.10.2"]},{"file":"/usr/local/www/nextcloud/core/ajax/update.php","line":126,"function":"upgrade","class":"OC\\Updater","type":"->","args":[]}],"File":"/usr/local/www/nextcloud/lib/private/App/AppManager.php","Line":707,"message":"Could not find path for eb","exception":{},"CustomMessage":"Could not find path for eb"}}
Could someone help me find what “eb” is referring to in this context?