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
- restore backup on another server with an...
I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project w...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...