https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35687

David Nind <da...@davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |da...@davidnind.com

--- Comment #5 from David Nind <da...@davidnind.com> ---
I'd like to test, but I'm not sure of the exact steps for step 1 of the test
plan (using KTD).

This is what I tried, but I couldn't trigger the error:

1. Koha repository - checkout 23.05.x: git checkout 23.05.x
2. KTD: start up as normal (I didn't change the KOHA_IMAGE in .env)
3. From the KTD shell check out 23.11.x:
    ktd --shell
    git checkout 23.11.x
4. Restart everything: restart_all
5. Go to the staff interface
6. Upgrade starts
   - Use koha_kohadev as the user and password as the password
   - Grant more privileges to the koha_kohadev user:
     . mysql -uroot -ppassword -hkoha-db-1
     . use mysql
     . grant all on koha_kohadev.* to koha_kohadev;
     . flush privileges;
7. No errors when updating the database structure

I also tried using an earlier version:
1. Koha repository - checkout 22.11.x: git checkout 22.11.x
2. KTD - change KOHA_IMAGE in .env:
   . edit .env: KOHA_IMAGE=22.11
   . ktd pull
   . ktd up
... same as above - step 3 onwards

Do I have to manually alter the database tables so the conditions for the error
to occur are in place before the upgrade?

Happy to try again, otherwise I will leave to someone who is more familiar with
how to work with different versions of Koha using KTD and doing upgrades.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to