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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...