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
- restore backup on another server with an...
I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project w...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...