[Bug 19976] New: data restoration in newly installed koha 17.11.X
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19976 Bug ID: 19976 Summary: data restoration in newly installed koha 17.11.X Change sponsored?: --- Product: Koha Version: 17.11 Hardware: PC OS: Linux Status: NEW Severity: critical Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: rasheed@psmchs.edu.sa QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Dear Experts I have installed koha 17.11.X and try to restore data backup taken from koha 16.05.X with following steps given below: Database Restoration command, mysql -uroot -p koha_library < koha_library.sql [Check name of your source Koha database] koha_library - name of database in new installation koha.sql - name of database in old installation Enter the MySQL root password. 4. Upgrade Database Schema Database schema of old Koha should upgrade to new one. Apply following commands in a terminal, sudo su koha-upgrade-schema library 5. Rebuild the Zebra Index. Apply following command in a terminal, sudo koha-rebuild-zebra -v -f library When I try to go staff interface the installation begins after Web installer › Selecting default settings try to import, installation stuck with the error given below: Software error: DBIx::Class::Storage::DBI::_dbh_execute(): Table 'koha_library.search_field' doesn't exist at /usr/share/koha/lib/Koha/Objects.pm line 110 For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19976 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The table search_field has been created in 3.23.00.050, it's weird you do not have it in your dump from 16.05
From which version exactly are you trying to upgrade?
-- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19976 --- Comment #2 from Mohammad Rasheed <rasheed@psmchs.edu.sa> --- (In reply to Jonathan Druart from comment #1)
The table search_field has been created in 3.23.00.050, it's weird you do not have it in your dump from 16.05 From which version exactly are you trying to upgrade?
Hi Jonathan Goodday, Thank you very much for your reply. Actually I am trying to upgrade from 16.05 to 17.11.. Regards -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19976 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I can imagine a bug if you are coming from 3.22, but if you are coming from 16.05 you should have this table in your database. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19976 --- Comment #4 from Mohammad Rasheed <rasheed@psmchs.edu.sa> --- (In reply to Jonathan Druart from comment #3)
I can imagine a bug if you are coming from 3.22, but if you are coming from 16.05 you should have this table in your database.
Hi Jonathan Thank you very much for your advise. The matter has been resolved. You are correct. I find the file and now koha 17.11 successfully working.... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19976 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org