This error is being thrown upgrading from 22.11.19 to 22.11.10: Invalid db_rev found: 22112000.pl at /usr/share/koha/lib/C4/Installer.pm line 716.
Created attachment 170508 [details] [review] Bug 37693: Rename 22.11.20 db revision To test: 1. Spin up ktd with v22.11.19 checked out 2. Check out v22.11.20 3. Upgrade the schema sudo koha-upgrade-schema $(sudo koha-list --enabled) 4. Notice you get an invalid db_rev error 5. Apply Bug 37693 6. Repeat step 3 7. Confirm the db update is applied successfully 8. Restart services and confirm you can access the upgraded Koha restart_all Sponsored-by: Catalyst IT
Created attachment 170509 [details] [review] Bug 37693: Rename 22.11.20 db revision To test: 1. Spin up ktd with v22.11.19 checked out 2. Check out v22.11.20 3. Upgrade the schema sudo koha-upgrade-schema $(sudo koha-list --enabled) 4. Notice you get an invalid db_rev error 5. Apply Bug 37693 6. Repeat step 3 7. Confirm the db update is applied successfully 8. Restart services and confirm you can access the upgraded Koha restart_all Sponsored-by: Catalyst IT
Hi Aleisha, this is already fixed. You need to use the 22.11.20-2 tag if you build your own packages. Always look for the newest tags. See: https://git.koha-community.org/Koha-community/Koha/commit/d0cefd8344345cc4499a16d5b2998463df0121dd Packages and tarball should have been updated, I checked the tarballs myself.