I want to get the current appwrite version so that i can know which version to update to
Are you using Appwrite CLI? Then you can use the command appwrite -v
You can follow the CLI docs here - https://appwrite.io/docs/tooling/command-line/installation
You can see the version at the bottom of the web console as well
or from https://yourdomain.com/versions
The older version didn't show
docker compose ps - the version number is after the colon in the Image column.
thanks ive succeeded to get it
Great! <:appwriterocket:823996226894692403>
[SOLVED] How to know current appwrite version?
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...