Rank 3: Container
1.3.8 yes
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
1.3.8 yes
Okay were you able to run migration successfully?
Rank 3: Container
yes
how did you install/upgrade?
Rank 3: Container
As usual
Rank 3: Container
Is this a serious problem?
how exactly?
Rank 3: Container
from 1.3.8 to 1.4.1
You installed using the install command like:
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.8
and upgraded using the upgrade command like:
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="upgrade" \
appwrite/appwrite:1.4.1
?
Rank 3: Container
yes yes
weird...i haven't seen these type of errors yet
Rank 3: Container
Well, Its not like causing any big known issues realtime works fine.
Rank 3: Container
Just worried
i am too 😅
Rank 3: Container
I hope it doesn't effect data
Rank 3: Container
also, is there any documentation on how realtime works behind the scenes, since realtime of flutter sdk is not working right yet, will go with custom solution for now
In docs it shows install instead of upgrade 👀
I don't think, maybe retrieved data, but not sent data, so probably nothing will get corrupted or anything
it should be upgrade now 🧐
Rank 3: Container
Hmm
Rank 3: Container
Rank 3: Container
appwrite logs
Rank 3: Container
Any update on this?
im really not sure about this...i haven't seen this
btw, you might want to upgrade to 1.4.2 (and run migrate command)