
How do I import? Using the migration tool built in doesnt work and I have no idea why really. is there a better way than looping through 80k records and just adding them to the table? I tried data-migrator by tannermeade and the flutter app fails to build. someone else has a similar issue and they opened the issue in september of 2023 and got no response.

What error are you getting with the migration tool?

I think it got some fixes for supabase migrations recently

i dont really know how to check to be honest

can you tell me how to?

its been like 5 hours

and indexes is still processing

and in logs

it just shows the number of errors and stuff

i dont see any errors in the workers-migrations service

What do you have in logs?

Do you can send me your project ID?

nothing particularly useful
{
"$id": "66d518112de4830d38df",
"$createdAt": "2024-09-02T01:42:41.188+00:00",
"$updatedAt": "2024-09-02T04:00:03.415+00:00",
"status": "processing",
"stage": "migrating",
"source": "Supabase",
"resources": [
"user",
"database",
"collection",
"attribute",
"index",
"document"
],
"statusCounters": {
"user": {
"pending": 365,
"success": 0,
"error": 100,
"skip": 0,
"processing": 0,
"warning": 0
},
"database": {
"pending": 0,
"success": 0,
"error": 1,
"skip": 0,
"processing": 0,
"warning": 0
},
"collection": {
"pending": 0,
"success": 0,
"error": 12,
"skip": 0,
"processing": 0,
"warning": 1
},
"attribute": {
"pending": 0,
"success": 0,
"error": 95,
"skip": 0,
"processing": 0,
"warning": 0
},
"index": {
"pending": 16,
"success": 0,
"error": 0,
"skip": 0,
"processing": 0,
"warning": 0
},
"document": {
"pending": 0,
"success": 0,
"error": 20240,
"skip": 0,
"processing": 0,
"warning": 0
}
},
"resourceData": [],
"errors": []
}```

sure one second

66d4c3b5002c42091dab

these are the logs from appwrite-worker-migrations

nothing

not sure if i set up logging though

its self hosted btw

You're self-hosting, right?

What are the logs for the appwrite main container?
Recommended threads
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- db queries
hi, could you please help/advice me , i checked db usage for my app which has real usage once a month (its voting app) and i see a lot db queries for days when ...
- DATABASE ERROR
I suddenly cannot delete any documents in my organization collection. No matter I use SDK or delete it manually in appwrite console platform, it still cannot be...
