#How to install with a custom MariaDB server

1 messages · Page 1 of 1 (latest)

floral zinc
#

I've been trying to install Appwrite 1.5.5 using the docker compose method and while it works when you don't change the DB value in the ".env" file, it however doesn't seem to start the console on the web app when I change the DB values to reflect a separate MariaDB server.

hardy chasm
floral zinc
#

I tried that. The connection variables are correct, even when I conncted from my home computer and the server, the mariadb connection worked.

When I go on the site to open the console it gives me a "404 Page not found" error.

hardy chasm
#

but can you connect from the docker container?

floral zinc
#

Which docker container? The appwrite instance or mariadb that is built when docker compose is run?

floral zinc
#

It seems like the maintenance and schedule-fuctions docker containers are always restarting.

Could this be to a connection issue?

novel glade
floral zinc
#

So the it seems like the appwrite docker container is connecting to the mariadb host but the tables are not being created in the database.

novel glade
floral zinc
#

When does Appwrite create the tables in the database? It seems that even with the database already created and the user given access, the tables are nowhere to be seen.

floral zinc
#

Restarted the stack and the connection works, but it skips the database creation. See screenshot

floral zinc
novel glade
floral zinc
#

How do I go about doing that?