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.
Recommended threads
- How to add .NET 8.0 Runtime in cloud fun...
Hi am wondered of how add .net 8.0 runtime. .NET 7.0 worked perfectly, but the package i want to use needs 8...(( Tried to with ai help, and the solution wa...
- `notContains` Query not available
I have a collection with documents that have a `userIds` attribute containing an array of string values. I want to list these documents by excluding the ones th...
- Cant use dotnet-8.0 and Deno 2.0 Runtime...
Hi, i cant get up and running any .net and deno 2.0 runtimes. Steps i tried: 1. Added in .env: _APP_FUNCTIONS_RUNTIMES=deno-2.0,php-8.3,python-3.9,dotnet-8.0 2....