I tried the mariadb example per instructions and couldn’t get the db to connect. I only decided to try this because a devbox I had working with mariadb stopped working and I wanted to see if a basic example worked. I don’t know if this is a package problem or not.
Perhaps a clue is that after the fresh install if I try devbox services up then package compose shows mariadb_logs restarting incessantly because no log file at .devbox/virtenv/mariadb/run/mysql.log exists. If I create a file there then mariadb_logs starts and stays going but I never see anything in the log.
Steps to reproduce
Copy mariadb example to separate folder cp -R devbox/examples/databases/mariadb ./devbox-exampe-mariadb
What happened?
I tried the mariadb example per instructions and couldn’t get the db to connect. I only decided to try this because a devbox I had working with mariadb stopped working and I wanted to see if a basic example worked. I don’t know if this is a package problem or not.
Perhaps a clue is that after the fresh install if I try
devbox services up
then package compose shows mariadb_logs restarting incessantly because no log file at.devbox/virtenv/mariadb/run/mysql.log
exists. If I create a file there then mariadb_logs starts and stays going but I never see anything in the log.Steps to reproduce
cp -R devbox/examples/databases/mariadb ./devbox-exampe-mariadb
devbox install
devbox run test_db_setup
Command
run
devbox.json
Devbox version
0.10.1
Nix version
nix (Nix) 2.17.1
What system does this bug occur on?
macOS (Intel)
Debug logs