docker-osticket icon indicating copy to clipboard operation
docker-osticket copied to clipboard

Database is not created with the installation

Open robertatc opened this issue 3 years ago • 2 comments

Hello Everyone,

I have an issue with the creation of the osticket-app. Looks like the system does not create the database when I run the first time the docker-composer.

Does anyone know what should be the possible issue?

Kind Regards

robertatc avatar Jan 12 '22 06:01 robertatc

It seems that it does not use the root user of mariadb so you should probably create the database and a local user first.

hugomon avatar Jan 14 '22 09:01 hugomon

Specify an environment variable of MARIADB_DATABASE and set it to the name of the database which should be automatically created.

For example: MARIADB_DATABASE=osticket

ron-mcleod avatar Apr 20 '23 16:04 ron-mcleod