
Код:
mysql> show create table inet_traffic_type_12;
+----------------------+
| inet_traffic_type_12 | CREATE TABLE `inet_traffic_type_12` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(150) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=cp1251 |
+----------------------+
1 row in set (0.00 sec)
делал
Код:
./bg_installer.sh killhash 0
./bg_installer.sh killhash 12
./bg_installer.sh killhash 22 #где 22 - код модуля из installed_modules
./bg_installer.sh inet_5.2_1119.zip!
на что получил
Код:
# ./bg_installer.sh inet_5.2_1119.zip!
03-12/13:29:51 DEBUG [main] EventProcessor - Add ru.bitel.bgbilling.server.util.Setup$1@f5707f6 to BG.Event.ru.bitel.bgbilling.kernel.event.events.system.ModuleConfigModifiedEvent
Module: inet already installed. Reinstalling....
Data extract finished...
Extract data => OK
Database updated...
Install ticket inserted..
Base update => OK
Reinit module instanses
REINIT module => 12
Table 'bgbilling.inv_ip_resource_subscription_dyn_201112' doesn't exist
Table 'bgbilling.inv_ip_resource_subscription_dyn_12_201112' doesn't exist
Module Instance init => OK
Executing call AddSchedulerTasks; param: inet.sc
Scheduled class ru.bitel.bgbilling.modules.inet.task.InetServPeriodTask already exists!
Result => true
Executing call PutFile; param: inet.xml:actions
Result => true
Executing call PutFile; param: ru:dyn
Result => true
Execute calls => OK
File's copy finished...
File copy => OK
Remove libs => OK
Module inet was successfull installed!
Please, restart BGBilling server.