https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #4 from M. Tompsett <[email protected]> --- TEST PLAN ----------- 1) Fresh KohaDevBox to be thrown away later. 2) login vagrant/vagrant or vagrant ssh 3) sudo -i 4) cd /etc/mysql 5) mv debian.cnf broken_debian.cnf -- this makes sure the link is broken (as is the case in long hard old school koha installs with MariaDB) 6) exit 7) cd ~/kohaclone 8) git checkout master 9) git pull 10) git checkout -b bug_19547 origin/master 11) git checkout master 12) perl ~/misc4dev/cp_debian_files.pl 13) sudo koha-create --create-db testmaster1 -- nasty error 14) sudo koha-create --request-db testmaster2 -- nasty error 14) git checkout bug_19547 15) perl ~/misc4dev/cp_debian_files.pl 16) sudo koha-create --create-db testfix1 -- should work 17) sudo koha-create --request-db testfix2 -- should work -- Sadly, testmaster1 and testmaster2 may require manual steps to remove. That is why I wrote "to be thrown away later." -- You are receiving this mail because: 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/
