Skip to content
Back

How to access Appwrite database with Self-Hosting Installation on Windows Docker

  • 0
  • Tools
  • Databases
  • Web
Suiii
25 Jun, 2023, 10:03

Is it possible with Azure Data Studio.

TL;DR
To access the Appwrite database with a self-hosted installation on Windows Docker, you can run the following command in your Windows host: ``` docker network inspect appwrite_appwrite --format "{{range .Containers}}{{println .Name .IPv4Address println }}{{end}}" | findstr /c:"maria" ``` This will give you the IP address for accessing your MariaDB from localhost. You can find more details on this in the provided link: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7 To access the Appwrite database
Bouahaza
25 Jun, 2023, 10:28

Yes you can. Appwrite use mariadb. Search on discord, many topic about that

Bouahaza
25 Jun, 2023, 10:29
Suiii
25 Jun, 2023, 10:36

I can access by appwrite docker terminal

Suiii
25 Jun, 2023, 10:38
Bouahaza
25 Jun, 2023, 10:45

You need to open port on yor docker compose file

Drake
25 Jun, 2023, 14:39

How to access Appwrite database with Self-Hosting Installation on Windows Docker

Binyamin
25 Jun, 2023, 15:14

You can also run this in your windows Host

TypeScript
docker network inspect appwrite_appwrite --format "{{range .Containers}}{{println .Name .IPv4Address println }}{{end}}" | findstr /c:"maria"

This will give you the ip address for accessing you MariaDB from localhost.

You can see more details here: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7

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