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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/