
Hello, I have been trying to backup my appwrite database. I refer to the instruction in https://discord.com/channels/564160730845151244/1086299526802968627/1086316803891937485
I am currently stuck at
root@appwrite:/home/ubuntu/appwrite# /usr/local/bin/docker-compose -f /home/ubuntu/appwrite/docker-compose.yml exec mariadb sh -c 'exec mysqldump --all-databases --add-drop-database -u"$MYSQL_USER" -p"$MYSQL_PASSWORD"' > ./backup/dump.sql
bash: /usr/local/bin/docker-compose: No such file or directory
It does not seem to be able to detect my docker-compose.
root@appwrite:/home/ubuntu/appwrite# docker-compose --version
bash: docker-compose: command not found
root@appwrite:/home/ubuntu/appwrite# docker compose version
Docker Compose version v2.15.1
I have docker compose v2 installed. but i can't use docker compose command with hyphen. anyone has any idea?

docker-compose
is the old v1 compose. You should be using docker compose

oh. Ok, let me rerun the script

thanks so much Steven

everything works fine! thanks a lot.

[SOLVED] Run mysqldump with docker-compose
Recommended threads
- PR: Updating bun runtime in Openruntimes...
I think I followed contribution guidelines well, just wondering if we can merge these so we can use Bun 1.2+ in the runtimes, and maybe as build tools for sites...
- Not received a waiting list email confir...
So, I've signed up for sites waiting list, but i did not recieved any email confirm, is this an issue? is it well set? So, how long takes to get access to this ...
- Unable to connect. Is the computer able ...
I found that there was few other support tickets with same topic, but neither of those seemed to solve my issue. I'm running a function when new user is created...
