› VitalPBX Community Support › General Discussion › Migrating ombutel version 1.0.30 to vitalpbx › Reply To: RE: Migrating ombutel version 1.0.30 to vitalpbx
-
- January 26, 2019 at 4:57 pm
Posted by: OflooOn the end of asciinema you’ll notice the output of the console:
# /usr/share/ombutel/scripts/apply_patches Importing 20171123.2.http_server.sql… PHP Fatal error: Uncaught exception ‘Exception’ with message ‘ERROR 1062 (23000) at line 35: Duplicate entry ‘HTTPS’ for key ‘name’ ‘ in /usr/share/ombutel/scripts/apply_patches:0 Stack trace: #0 /usr/share/ombutel/scripts/apply_patches(0): patcher::shellcmd() #1 /usr/share/ombutel/scripts/apply_patches(0): patcher->shellcmd() #2 /usr/share/ombutel/scripts/apply_patches(0): patcher->import_dbscript() #3 /usr/share/ombutel/scripts/apply_patches(0): patcher->apply() #4 {main} thrown in /usr/share/ombutel/scripts/apply_patches on line 0
You may execute the following command:
mysql -uroot ombutel -e"insert into ombu_patches(filename) values ('20171123.2.http_server.sql')"
Then:
/usr/share/ombutel/scripts/apply_patches
0