There is a regression with this one. The new tool doesn't support everything the old one did. More specifically, the opensipsdbctl script allowed one to define both an admin user/password and the opensips user/password for the database. After creating the database the script would also grant the opensips user access to the opensips database. The new tool only has the admin username/password defined and it only creates the database, but it doesn't grant opensips access to it, now it has to be done manually.
On 23 May 2019, at 17:27, Liviu Chircu wrote: > Branch: refs/heads/master > Home: https://github.com/OpenSIPS/opensips > Commit: 8a7abc05195fb4a29d5439871d7691c090c60d32 > > https://github.com/OpenSIPS/opensips/commit/8a7abc05195fb4a29d5439871d7691c090c60d32 > Author: Liviu Chircu <[email protected]> > Date: 2019-05-23 (Thu, 23 May 2019) > > Changed paths: > M Makefile > M etc/tls/README > M modules/db_berkeley/Makefile > M modules/db_mysql/Makefile > M modules/db_oracle/Makefile > M modules/db_oracle/doc/db_oracle_admin.xml > M modules/db_postgres/Makefile > M modules/db_sqlite/Makefile > M modules/db_text/Makefile > M modules/pi_http/doc/pi_http_admin.xml > R opensipsdbctl.8 > M osipsconfig.8 > M packaging/debian/rules > M packaging/freebsd/Makefile > M packaging/netbsd/PLIST > M packaging/openbsd/pkg/PLIST > M packaging/redhat_fedora/opensips.spec > M packaging/solaris/base-Prototype > M packaging/solaris/berkeley-Prototype > M packaging/solaris/mysql-Prototype > M packaging/solaris/pgsql-Prototype > M packaging/solaris/prototype > M packaging/solaris/tls-Prototype > M packaging/suse/opensips.spec.SuSE > M scripts/dbtextdb/dbtextdb.py > R scripts/opensipsctl > R scripts/opensipsctl.8 > R scripts/opensipsctl.base > R scripts/opensipsctl.db_berkeley > R scripts/opensipsctl.dbtext > R scripts/opensipsctl.mysql > R scripts/opensipsctl.oracle > R scripts/opensipsctl.pgsql > R scripts/opensipsctl.sqlbase > R scripts/opensipsctl.sqlite > R scripts/opensipsctlrc > R scripts/opensipsdbctl > R scripts/opensipsdbctl.base > R scripts/opensipsdbctl.db_berkeley > R scripts/opensipsdbctl.dbtext > R scripts/opensipsdbctl.mysql > R scripts/opensipsdbctl.oracle > R scripts/opensipsdbctl.pgsql > R scripts/opensipsdbctl.sqlite > R scripts/opensipsdbfunc.oracle > > Log Message: > ----------- > Drop support for opensipsctl/opensipsdbctl > > These tools have been superseeded by the Python3-based opensips-cli. > > > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/devel -- Dan _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
