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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...