1.3.8 yes
Okay were you able to run migration successfully?
yes
how did you install/upgrade?
As usual
Is this a serious problem?
how exactly?
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
?
yes yes
weird...i haven't seen these type of errors yet
Well, Its not like causing any big known issues realtime works fine.
Just worried
i am too π
I hope it doesn't effect data
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 π§
Hmm
appwrite logs
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)
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...