Migration of a small cloud project I have to my self-hosted instance (1.5.11) fails. The project data in the project isn't that much. Data available in cloud project:
DB: yes
Users: yes
Storage: yes
Functions: no
Others: no
I can see most of the database docs migrated though it says it failed. Error seems to be caused by an index. Does migration not support indexes?
Logs attached below.
TL;DR
Developers are trying to migrate a small cloud project to a self-hosted instance, but the migration fails due to an index error. Most database docs are migrated despite the error. The developers are questioning if migration supports indexes. Logs are attached.
Solution: Check the migration tool's documentation to see if it supports index migrations, or consider manually recreating the indexes after the migration.