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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...