Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves those bugs? Additionally, can I upgrade directly from 1.8.1 to 1.9.6, or must I update to 1.9.0 first?
you will need to go through 1.9.0 AND 1.9.5 then 1.9.6 (maybe possible to do 1.8.1 > 1.9.5 > 1.9.6 instead of the safer 1.8.1 > 1.9.0 > 1.9.5 > 1.9.6)
regarding the stability, i would prefer not answering myself as i'm not running the usual/recommended config/setup for appwrite
1.9.6 is meant to fix the issues in 1.9.5
thanks guys! then will try this:
1.8.1 > 1.9.0 > 1.9.5 > 1.9.6
and migration to be run every time…?
yes
ok✌️
You are right bro :))
Please tell us how it goes.
I'm on 1.8.1 too, so if you have no problem sharing your results, that will be really helpful
I have done the same path: 1.8.1 -> 1.9.0 (run migration with new web installer) -> 1.9.5 (run migration with new web installer) -> 1.9.6 (run migration with new web installer)
And all done 🙂
Well done mate, so no problems so far?
What is that new web installer you mention?
planning for weekend. Will update status here✌️
how to run migration with new web installer…?
Nop for now
It start a webserver to do the setup/migration over a website. It's to avoid running this over CLI
Just click on "Next" and keep the switch "Automatic migration" on
Oh wow, and how you get access to that? haha
if i'm not wrong it's shown in the blog post of 1.9.6 : https://discord.com/channels/564160730845151244/636818236310159360/1529754128304181339
Once you start the update, it show you an url with a specific port, just go to this url and that's it 🙂
Ok ok thank you so much to both of you guys
failed with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". Upgrading from 1.8.1 to 1.9.0
anybody encountered this error…?
It's because your Docker version is too low. Just specify your docker version in the installer like this: --env DOCKER_API_VERSION=1.43
docker run -it --rm --publish 20080:20080 --env DOCKER_API_VERSION=1.43 --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="upgrade" appwrite/appwrite:1.9.0
will try this and update… thank you
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...