before migrating i was having the 500 error, about not a filter not found
You need to do migration in 1.4.0
Then 1.4.1 and migration
for 1.4.1 is there any docker compose changes other than appwrite versions?
Yes, of course
Many changes
where can i find those?
appwrite docs doesnt seem to be updated
It doesn't includes version 1.4.1
This is latest docker compose files
But that should have been updated automatically
Not you manually
i use the manual docker compose method
What do you mean?
I see
Then you will need to update the docker compose file
manually
yea but the docker compose file in the docs is only till 1.4.0
Same as 1.4.1, just change version code
Respect 1.4.8 it changes a lot
ohk
i changed to 1.4.1, ran migration, same issue.
Invalid UID Cursor during Migration
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...