[Bug 18721] New: C4::Installer uses Koha::Database instead
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 Bug ID: 18721 Summary: C4::Installer uses Koha::Database instead Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: gmcharlt@gmail.com Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@bugs.koha-community.org C4::Installer->new() duplicates code from Koha::Database->_new_schema() Fixing by making C4::Installer get the db connection the normal way. TEST PLAN: use misc/devel/populate_db.pl or installer/install_automatic.pl whichever you have to deploy the default database. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 --- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 63933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63933&action=edit Bug 18721 - C4::Installer uses Koha::Database instead -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |11974 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11974 [Bug 11974] Enable unix socket connections for database connections. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |josef.moravec@gmail.com --- Comment #2 from Josef Moravec <josef.moravec@gmail.com> --- I used populate_db.pl, but does not work - the database tables were not created. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 --- Comment #3 from Lari Taskula <lari.taskula@jns.fi> --- Created attachment 64423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64423&action=edit Bug 18721: (follow-up) Restore dbms attribute in class, fix Installer.t This patch restores "dbms" attribute in C4::Installer, since it is used in the class. I also checked if other scripts and modules are using any of the class attributes, but did not notice further issues, apart from Installer.t Removes now unneeded tests from t/db_dependent/Installer.t. To test: 1. prove t/db_dependent/Installer.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |olli-antti.kivilahti@jns.fi -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org