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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iβm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...