Не могу обновить сервер биллинга (4.4 билд 196). Текущий билд 170.
Цитата:
bgbilling BGBillingServer # ./bg_installer.sh ./tmp/update_4.4.zip!
Installing module: update...
Data extract finished...
Extract data => OK
Error of updating database.
com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Column 'client_zip' cannot be null
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1160)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:685)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1400)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1314)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1299)
at bitel.billing.server.installer.InstallerModule.updateBase(InstallerModule.java:272)
at bitel.billing.server.installer.InstallerModule.<init>(InstallerModule.java:31)
at bitel.billing.server.installer.ModuleInstaller.main(ModuleInstaller.java:34)
Base update => ERROR
Module was not installed.
Выходит, что инстраллятор считает, что обновления для сервера это модуль.

Изначально, хотел обновить биллинг автообновлением через команду
Цитата:
./bg_installer.sh update
Но все равно происходила ошибка, указанная выше. Модули биллинга при этом обновились нормально, и никаких ошибок не наблюдалось.