Re: [SR-Users] Kamailio 5.0 - Scripted DB Migrations

2016-03-08 Thread Victor Seva
On 03/03/2016 04:30 PM, Daniel-Constantin Mierla wrote: > Hello, > > kamcli tool is a good candidate for such feature, it is python and quite > modular: > > - https://github.com/asipto/kamcli > > Adding migrating db feature was one of my goals for this tool, but lack > of time didn't allow me

Re: [SR-Users] Kamailio 5.0 - Scripted DB Migrations

2016-03-03 Thread Daniel-Constantin Mierla
Hello, kamcli tool is a good candidate for such feature, it is python and quite modular: - https://github.com/asipto/kamcli Adding migrating db feature was one of my goals for this tool, but lack of time didn't allow me to dig much into python, as I am not using this programming language that

[SR-Users] Kamailio 5.0 - Scripted DB Migrations

2016-03-02 Thread Tim Chubb
As a suggestion for 5.0 having a scripted DB migration system would make upgrading much easier. Something like what Asterisk now uses (Alembic https://pypi.python.org/pypi/alembic) would be ideal, as it works in a DB agnostic manner and you would just have to ensure that there is a driver for t