I maaay have forgotten where I installed it and I'd like to update
You can try docker compose ls
omg
I think I'm on 1.2.1
how can I update vs code docker?
it shows in my docker desktop too
so weird
okay no idea what to do
okay so that's not it
tried to compose down in VS Code
there's no directory for it yet it exists at /usr/src/code/appwrite
so if I backed it up to a directory should I just run the docker upgrade from there?
ugh
so it doesn't exist anywhere and I can't find it. The installation (including the docs commands) say /usr/src/code/appwrite
but /usr/src
doesn't exist on my Mac anywhere, is there somewhere else it would put it or?
That path is a path inside docker so it's not helpful. Try looking for an appwrite folder in your home folder. Otherwise, you'll need to search your whole system for a file named docker-compose.yml
well
hm
docker is dumb sometimes I swear
just thought you'd get a chuckle lol
finally found it, after upgrade can't login
can't do forgot my password either because SMTP is not setup
I'm just gonna make a new post
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- 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...