Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iiq-init fails to setup DB #1

Open
mrhector opened this issue Oct 26, 2023 · 0 comments
Open

iiq-init fails to setup DB #1

mrhector opened this issue Oct 26, 2023 · 0 comments

Comments

@mrhector
Copy link

mrhector commented Oct 26, 2023

Pulled down latest code and completed the build process as per the instructions and was able to run docker-compose up -d correctly. No flags for IIQ_DB_TYPE, IIQ_PATCH used, defaulted to mysql for DB.

Upon running I noticed errors in the iiq-init container

/entrypoint.sh: line 36: sqlcmd: command not found

Looks like path to tools folder was incorrect, ran the following to correct sqlcmd error.
ln -s /opt/mssql-tools18/bin/* /usr/local/bin/

Now receiving the following errors:
2023-10-26 15:37:58 Sqlcmd: Error: Microsoft ODBC Driver 18 for SQL Server : SSL Provider: [error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:self signed certificate].
2023-10-26 15:37:58 Sqlcmd: Error: Microsoft ODBC Driver 18 for SQL Server : Client unable to establish connection. For solutions related to encryption errors, see https://go.microsoft.com/fwlink/?linkid=2226722.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant