Currently on 1.4.14 so would I need to run the migrate command then run docker command for pulling the latest version 1.5.4?
Did you read https://appwrite.io/docs/advanced/self-hosting/update?
yes however got confused cause of 1.4.14? so currently just upgraded from 1.4.13 -> 1.4.14 so just asking than do need to run the migrate command on 1.4.14?
It's always:
- Upgrade
- Maybe run migration command
cool
1.4.13 to 1.4.14 is a patch so you typically don't need to run the migrate command.
However, the release notes says to run the migrate command
So you should have ran the migrate command after upgrading to 1.4.14
yes because i was following github release
this is the step so i was just waiting
thanks steven
now i can just upgrade to 1.5.4?
Yes, and then run the migrate command because you're going from 1.4 to 1.5
ohh again
cooll
thanks
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...