Back

how to connect to mariaDB from local environment through sequel pro software

  • 0
  • Databases
Drake
28 Apr, 2023, 20:57

That doesn't seem right...it should be 2.17.3 or something

TL;DR
The user is trying to connect to MariaDB from their local environment through Sequel Pro software. They encountered an error, which was likely caused by an old Docker Compose version. After updating, they were able to start and stop Appwrite containers without any problems and connect to the Appwrite MariaDB directly. However, they are unable to use the `docker compose` command and receive a "command not found" error. They tried manually installing the Docker Compose plugin but still encountered the same error. They are using Synology NAS through SSH. The solution provided by others in the thread was to follow the manual installation steps from the Docker
Drake
28 Apr, 2023, 20:57

How about docker compose version

Faisal7
28 Apr, 2023, 20:58

yes it seems not working

Faisal7
28 Apr, 2023, 20:58

i get the same error command not found

Faisal7
28 Apr, 2023, 20:58

intresting

Drake
28 Apr, 2023, 21:01
Drake
28 Apr, 2023, 21:02

Why did you put it in /var/packages?

Faisal7
28 Apr, 2023, 21:02

now this command docker-compose --version is also not working

Faisal7
28 Apr, 2023, 21:03

ok i look through this link a bit

Faisal7
28 Apr, 2023, 21:16

ok i have run this command sudo curl -SL https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-linux-x86_64 -o docker-compose from the url and now with docker-compose --versioni get this output Docker Compose version v2.17.2 and with docker compose --version or docker compose version``` i get again command not found

Faisal7
28 Apr, 2023, 21:17

sorry with docker compose --versioni get Docker version 20.10.3, build 55f0773

Binyamin
28 Apr, 2023, 21:21

You'll need to install docker compose plugin in the system wide

Binyamin
28 Apr, 2023, 21:21

What linux you're using

Faisal7
28 Apr, 2023, 21:22

i am using the synology nas through ssh

Binyamin
28 Apr, 2023, 21:25

You can follow all the steps here https://docs.docker.com/compose/install/linux/#install-the-plugin-manually Then you'll be able to run docker compose version

Faisal7
28 Apr, 2023, 21:50

perfect, now it shows me the following Docker Compose version v2.17.2 with sudo docker compose version after i followed all the steps above

Faisal7
28 Apr, 2023, 21:52

but unfortunately i get comman not found with sudo docker compose ps command

Binyamin
28 Apr, 2023, 21:52

For the ps you omit the compose

TypeScript
 sudo docker ps
Faisal7
28 Apr, 2023, 21:53

oh right yes its working

Faisal7
28 Apr, 2023, 21:53

in the old version i had to write also the compose command

Faisal7
28 Apr, 2023, 21:54

is it right that the docker-compose will work as well. I can also run it with docker-compose

Binyamin
28 Apr, 2023, 21:54

From my POV it's looks like it's gonna work

Faisal7
28 Apr, 2023, 21:54

ok then perfect

Faisal7
28 Apr, 2023, 22:00

you guys are perfect thank you soo much @Steven and @Binyamin now i am also able to normally start and stop appwrite containers without this problem and the override compose file are also affected and i am also now able to connect with the appwrite mariadb directly without ssh through the configured port in my override compose file. Now i can resurch and play arround with database a bit.

Faisal7
28 Apr, 2023, 22:02

i think this error was because of the old docker compose version i had

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more