I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't work anymore, and I got the SMTP flooding as well. I had to roll it back.
I've seen some fixes for the SMTP flood, for the functions, etc. But I wanted to know if the only way is to migrate than fix each issue separately (or to wait for an official fix).
Have anyone managed to migrate with the automatic tool? Will there be (ou have been) a fix for the migration process? Is it better to stay with the 1.9.0?
Also, I wanted to know if a fresh 1.9.5 install would work, and the issues happen only by migrating from the old version?
Thanks.
Regarding migrations, bugs and others, they will not be fixed in 1.9.5, but in later versions (some fix are alredy ready for the next version, but won't be applied to the current one)
On what i know here is some threads that could help :
- https://discord.com/channels/564160730845151244/1529069322016915486
- https://discord.com/channels/564160730845151244/1522114393179947018
- https://discord.com/channels/564160730845151244/1522231776968179733
- https://discord.com/channels/564160730845151244/1529074044882915338 (no fix for now, but is just a command to see if everything works, it's not in the app itself)
For the executor, if no fix work, you can try to take the old openruntimes executor, and use it instead of the new one.
And fresh 1.9.5, have less bugs, yes, tho i'm not sure if all of them are fixed like the flooding. (it also depend where you take the compose file)
also on most installs, i've seen the two first issue almost always, and the two last, is i think more specific to some users/setups
So I guess it's safer to stay on 1.9.0 for now. I didn't want to apply the fixes manually because I might miss something.
understandable
I think Appwrite need to plan a 1.9.6 to fix the broken 1.9.5 version :/
Recommended threads
- [1.9.5] Functions building indefinitely ...
I try to deploy some function, it show "Building..." during minutes and freeze the entire server. Here is the result of `docker logs appwrite-worker-builds` `...
- SMTP flooding
I upgraded a self-hosted server from 1.8.1 to 1.9.0 then 1.9.5 and now every day at 02:00 AM seems the instance flood Mailjet with a ton of trash email "demo@ex...
- Appwrite doctor show incorrect status
Seems the appwrite doctor show an error with DB but all is working well ... DB seems healthy and connected...