After changing all my compose vars and such, it seems like I got the config successfully setup, but I can't run the migrate command. Portainer runs the compose scripts itself, so the compose is on my filesystem, but it doesn't directly correspond to the appwrite service, so I'm trying to run the migrate script but I can't find it, which service runs it?
ayyyyy found it!
lmao
found it
gotta go to app/cli.php inside the docker container
well app
and then run php cli.php migrate
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...