-
Notifications
You must be signed in to change notification settings - Fork 48
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
opensips-cli defaults to MySQL despite PostgreSQL being installed #112
Comments
Hi @Vince-H1! If this is still an issue, I believe you have some lingering
|
Hi @liviuchircu, Thanks for the hint. So the default was still to MySQL. Thanks for the help! :) |
I see. Glad you could move past the issue. Now, whether this is a bug or not... I think it's ultimately best to leave
|
Don't think it is a bug, it is more that I was not able to find that this step was needed. I notice I'm a step further but not able to get it fixed as I need it.
Outcome at the moment is:
It is taking the username also as the Database name. |
Could you run it in debug mode, using |
Hi Team,
I've noticed that when using the database create command in opensips-cli, it automatically selects MySQL, even though I have PostgreSQL correctly installed on my system. I have double-checked the configurations and ensured PostgreSQL's availability, yet the CLI tool seems to prioritize MySQL.
opensips-cli is installed via get.
#dpkg -l | grep opensips
ii opensips 3.4.1-1 amd64 very fast and configurable SIP server
ii opensips-cli 0.1
20230512161b5ea-1 all Interactive command-line tool for OpenSIPS 3.0+ii opensips-postgres-module:amd64 3.4.1-1 amd64 PostgreSQL database connectivity module for OpenSIPS
modules:
ls /usr/share/opensips/
dbtext menuconfig_templates postgres
Can I force opensips-cli to install it only on postgresql?
Regards,
Vincent
The text was updated successfully, but these errors were encountered: