[Bug]: DB conversion fails to migrate app_api tables and has issues with groupfolder and spreed #50667
Open
5 of 8 tasks
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
32-feedback
bug
feature: database
Database related DB
Bug description
Some apps fail to migrate from the old to the new db.
groupfolders
andspreed
(talk) throw errors about the column being inexistent. The columns were present in the old db and not present in the new db.app_api
is silently ignored and the tables are just listed as not to be migrated at the end.oc_context_chat_content_queue
is not migrated for no apparent reason, other tables from the app have been migrated.Steps to reproduce
php -d memory_limit=2048M occ db:convert-type --password postgres --all-apps pgsql postgres database-pgsql --port 5432 nextcloud
I have the old db data still.
Expected behavior
All database data is migrated successfully.
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
(to) postgresql version: Debian 17.0-1.pgdg120+1
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
The command output logs:
These errors were skipped by just removing the respective apps.
On a successful run, this was printed for the skipped tables.
oc_ex_*
tables and*_ex
tables belong to app_api and there was no error about it.There is nothing special about
oc_context_chat_content_queue
for it to be not migrated, apart from the fact that it is empty (did not have any rows).The text was updated successfully, but these errors were encountered: