Hello everyone, hope my message finds everyone well.
For days now I am trying to install a simple instance of Nginx Proxy Manager (community version) on the latest Truenas Scale with no success. After reading all existing forum threads my issue seems to be specific/different for existing failures.
I am using host path for Data storage and Letsencrypt storage. Permissions are set accordingly.
This is what I am getting from my logs (summary):
1. The MariaDB container was started
2. Some informational messages were logged, including welcome messages and URLs for project updates and issue tracking.
3. The setup process for MariaDB started with the message “** Starting MariaDB setup **.”
4. Various configuration settings were validated and updated.
5. Slow query log and long query time options were set.
6. The database was initialized, and custom configurations were applied.
7. MySQL upgrade and background startup of MariaDB were initiated.
8. MariaDB started successfully
After starting successfully, the container logged some general information about the server, such as the MariaDB version, socket, port, etc. Later on, it looks like some sort of script attempted to find files in the “/docker-entrypoint-startdb.d/“ directory, but it was unable to find the directory and logged a warning about it.
After that the container received a request to stop MariaDB, and it performed a normal shutdown. The buffer pool was dumped, and the temporary tablespace data file was removed.
After that, there was a second attempt to start MariaDB. The startup process was similar to the previous attempt, with similar informational messages. And again, and again, and again.
Does anyone has a clue why I am having troubles with the “/docker-entrypoint-startdb.d/“ directory and how to possibly solve it?
Any help/advise is very appreciated. Thank you in advance.
For days now I am trying to install a simple instance of Nginx Proxy Manager (community version) on the latest Truenas Scale with no success. After reading all existing forum threads my issue seems to be specific/different for existing failures.
I am using host path for Data storage and Letsencrypt storage. Permissions are set accordingly.
This is what I am getting from my logs (summary):
1. The MariaDB container was started
2. Some informational messages were logged, including welcome messages and URLs for project updates and issue tracking.
3. The setup process for MariaDB started with the message “** Starting MariaDB setup **.”
4. Various configuration settings were validated and updated.
5. Slow query log and long query time options were set.
6. The database was initialized, and custom configurations were applied.
7. MySQL upgrade and background startup of MariaDB were initiated.
8. MariaDB started successfully
After starting successfully, the container logged some general information about the server, such as the MariaDB version, socket, port, etc. Later on, it looks like some sort of script attempted to find files in the “/docker-entrypoint-startdb.d/“ directory, but it was unable to find the directory and logged a warning about it.
After that the container received a request to stop MariaDB, and it performed a normal shutdown. The buffer pool was dumped, and the temporary tablespace data file was removed.
After that, there was a second attempt to start MariaDB. The startup process was similar to the previous attempt, with similar informational messages. And again, and again, and again.
Does anyone has a clue why I am having troubles with the “/docker-entrypoint-startdb.d/“ directory and how to possibly solve it?
Any help/advise is very appreciated. Thank you in advance.