[Koha-bugs] [Bug 19976] New: data restoration in newly installed koha 17.11.X

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 16 08:02:05 CET 2018


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 at lists.koha-community.org
          Reporter: rasheed at psmchs.edu.sa
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list