https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41460
Michael Hafen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #10 from Michael Hafen <[email protected]> --- Test plan: This assumes KTD is already setup. I'm not familiar with KTD, so these instructions may be incomplete. Run ktd with Koha v 25.05 and Mysql: KOHA_IMAGE=25.05 DB_IMAGE=mysql:8.0 ktd up Update ktd to 25.11 ktd --shell cd /kohadevbox/koha git checkout -b 25.11.x origin/25.11.x koha-upgrade-schema main The upgrade schema command will fail with a MySQL error. Apply the patch inside the container and run the upgrade again git bz apply 41460 koha-upgrade-schema main The upgrade will complete. Find the containers address and log into the web staff interface to try setting a System preference docker ps look for something like kohadev-koha-1 sudo docker container inspect kohadev-koha-1 Look for something like IPAddress (I'll assume 127.0.0.1, change the following instruction as appropriate) open 127.0.0.1:8081/ in your browser of choice. Try setting IntranetNav (as an example) and then clear it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
