Error: "Unknown attribute type: datetime" during migration from self-hosted to other self-hosted
- 0
- Self Hosted
Logs in picture.
In addition, when trying to migrate again, in addition to the error related to the datetime attribute, there are errors next to items that were successfully moved during the earlier migration. I understand that the migration system detects that such data already exists, but it would probably be more intuitive if it skipped duplicates and reported them, especially since I see a "skip" field in the logs.
known issue: https://github.com/appwrite/appwrite/issues/6176
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...