Dear Community Does anyone know how to move from codename release Koha, to version number. When our Koha was installed it was initially put on codename and this automatically updates our koha to a newer version. Thus, we would like to make it stop, and stay on that version of Koha until the package sources are changed. Please advise where to change to stop the automatic update of koha. *We are currently on:* *Koha oldoldstable* (23.05) Regards, Russel Shihepo Notitia Systems Namibia
Hi Russel You wrote:
Does anyone know how to move from codename release Koha, to version number. When our Koha was installed it was initially put on codename and this automatically updates our koha to a newer version. Thus, we would like to make it stop, and stay on that version of Koha until the package sources are changed.
Please advise where to change to stop the automatic update of koha. *We are currently on:* *Koha oldoldstable* (23.05)
You'll find the needed information here: https://wiki.koha-community.org/wiki/Koha_on_Debian#Choosing_what_Koha_relea... Personally I always deactivate the line in file "/etc/apt/sources.list.d/koha.list" like this, adding character # at the beginning if the line: #deb [signed-by=/usr/share/keyrings/koha-keyring.gpg] http://debian.koha-community.org/koha 24.05 main And I also put both packages "koha-common" and "koha-l10n" on hold as Linux user "root", using this command: apt-mark hold koha-common koha-l10n Because I definitely never ever want automatic Koha updates (which for example would overwrite manual configuration changes in the file system without warning). Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
Hi, In your koha.list file simply replace the "oldoldstable" with "23.05" (without the quotes) in the line defining the Koha repo. Cheers -idg On Mon, Jul 22, 2024, 15:50 Russel G. P. Shihepo <russellgeeps@gmail.com> wrote:
Dear Community
Does anyone know how to move from codename release Koha, to version number. When our Koha was installed it was initially put on codename and this automatically updates our koha to a newer version. Thus, we would like to make it stop, and stay on that version of Koha until the package sources are changed.
Please advise where to change to stop the automatic update of koha. *We are currently on:* *Koha oldoldstable* (23.05)
Regards, Russel Shihepo Notitia Systems Namibia _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks for the valuable feedback. On Mon, Jul 22, 2024 at 2:08 PM Indranil Das Gupta <indradg@gmail.com> wrote:
Hi,
In your koha.list file simply replace the "oldoldstable" with "23.05" (without the quotes) in the line defining the Koha repo.
Cheers -idg
On Mon, Jul 22, 2024, 15:50 Russel G. P. Shihepo <russellgeeps@gmail.com> wrote:
Dear Community
Does anyone know how to move from codename release Koha, to version number. When our Koha was installed it was initially put on codename and this automatically updates our koha to a newer version. Thus, we would like to make it stop, and stay on that version of Koha until the package sources are changed.
Please advise where to change to stop the automatic update of koha. *We are currently on:* *Koha oldoldstable* (23.05)
Regards, Russel Shihepo Notitia Systems Namibia _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
This would stop the major upgrades, which is different of a downgrade: sudo sed -i_BAK-$(date -I) "s/oldoldstable/23.05/" /etc/apt/sources.list.d/koha.list
Thanks, I'll check it out. Regards, Russel Shihepo <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Fri, Jul 26, 2024 at 10:30 PM Pablo Bianchi <pablo.bianchi@gmail.com> wrote:
This would stop the major upgrades, which is different of a downgrade:
sudo sed -i_BAK-$(date -I) "s/oldoldstable/23.05/" /etc/apt/sources.list.d/koha.list
participants (4)
-
Indranil Das Gupta -
Michael Kuhn -
Pablo Bianchi -
Russel G. P. Shihepo