[Bug 38884] New: Upgrade problem
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Bug ID: 38884 Summary: Upgrade problem Change sponsored?: --- Product: Koha Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs@lists.koha-community.org Reporter: afrane55@gmail.com QA Contact: testopia@bugs.koha-community.org I upgraded from 24.11.00 to 24.11.01 and after the upgrade, Koha rather installed the new version instead of upgrading. I now see system maintenance on the opac and the staff interface is asking me to continue the installation which is usually not the case because I will lose data if I do that. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Afrane Daniel <afrane55@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P2 Keywords| |accessibility Severity|enhancement |major Version|unspecified |24.11 URL| |opac.gij.edu.gh -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid@lmscloud.de --- Comment #1 from Paul Derscheid <paul.derscheid@lmscloud.de> --- db_rev 241101000.pl misplaced and missing execute permission I unintentionally placed the db_rev file `241101000.pl` in the wrong location. Steps to Reproduce: 1. Run the update process Expected Results: - The update should apply successfully. Actual Results: - The update fails because the db_rev file is placed in the wrong location (and missing permissions). Fix: - Move the file to the correct location: mv installer/data/mysql/{,db_revs/}241101000.pl - Set the execute permission: Bash chmod +x installer/data/mysql/db_revs/241101000.pl Additional Information: A fixed package will be available shortly (within a few hours). I apologize for any inconvenience this may have caused. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |paul.derscheid@lmscloud.de |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com, | |mtj@kohaaloha.com Severity|major |blocker -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Lasse Kliemann <lasse@lassekliemann.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lasse@lassekliemann.de --- Comment #2 from Lasse Kliemann <lasse@lassekliemann.de> --- Thanks for taking care of this. I think my installation suffered from the same problem. Instead of the usual (internal) login, I got: Welcome to the Koha 24.11 web installer After logging in: Web installer › Update database We are upgrading from Koha 24.11.00.002 to 24.11.01.000 [ Update your database ] Clicking on the button [ Update your database ] only gives: Web installer › Updating database structure [ Try again ] Clicking [ Try again ] only yields this page again. I also ran 'koha-upgrade-schema bib' which gave no errors, but also did not fix the problem. I understand you already analyzed the cause and will provide a fix. *However, did I damage anything by conducting the steps above? Should I revert to the last backup?* Thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Isabel Pineda <isabel.pineda@ds.edu.sv> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isabel.pineda@ds.edu.sv --- Comment #3 from Isabel Pineda <isabel.pineda@ds.edu.sv> --- (In reply to Paul Derscheid from comment #1)
db_rev 241101000.pl misplaced and missing execute permission
I unintentionally placed the db_rev file `241101000.pl` in the wrong location.
Steps to Reproduce: 1. Run the update process
Expected Results: - The update should apply successfully.
Actual Results: - The update fails because the db_rev file is placed in the wrong location (and missing permissions).
Fix: - Move the file to the correct location:
mv installer/data/mysql/{,db_revs/}241101000.pl
- Set the execute permission: Bash
chmod +x installer/data/mysql/db_revs/241101000.pl Additional Information:
A fixed package will be available shortly (within a few hours). I apologize for any inconvenience this may have caused.
Is it possible to do this fix by myself in order to make my installation work again now? It says:
- Move the file to the correct location: mv installer/data/mysql/{,db_revs/}241101000.pl
-> Can I do this on my installation? To which folder do I have to go to execute this command? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 --- Comment #4 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Regarding comment #2: I think that no data loss could have occurred in the steps lined out in your comment, Lasse. Regarding comment #3: It might be better to wait for the fixed package if you're unsure on how to apply the steps lined out in comment #1. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Alright, the latest debian packages should now have resolved this bug. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org