Koha upgrade 22.11.6 to 23.5.00 upgrade-schema error
Hi All Just upgraded tonight from Koha 212.11.06.000 to 23.05.00 That all went fine. The About Koha page now says: "Warning: - Upgrade to 22.12.00.041 [09:43:21]: Bug 30649 - Increase the vendor EDI account password field to 256 characters ERROR: Exception 'Koha::Exceptions::MissingParameter' thrown 'No encryption_key in koha-conf.xml' Please help. Thanking you.. Librarian, MAMCET <http://mamcet.com/> Trichy-Chennai Trunk Road, Siruganur, Tiruchirappalli-621 105.
Hi! I added the lines: <!-- Encryption key for crypted password or sensitive data --> <encryption_key>__ENCRYPTION_KEY__</encryption_key> The update went through without a problem. https://github.com/Koha-Community/Koha/blob/master/etc/koha-conf.xml Good Luck! Igor A. Sychev Tomsk Polytechnic University https://lib.tpu.ru
Hey, put a proper key there! Not "__ENCRYPTION_KEY__"! It can be generated using the following command `pwgen 32` Le mer. 7 juin 2023 à 07:41, Сычев Игорь Алексеевич <ias@tpu.ru> a écrit :
Hi!
I added the lines: <!-- Encryption key for crypted password or sensitive data --> <encryption_key>__ENCRYPTION_KEY__</encryption_key>
The update went through without a problem.
https://github.com/Koha-Community/Koha/blob/master/etc/koha-conf.xml
Good Luck!
Igor A. Sychev Tomsk Polytechnic University https://lib.tpu.ru
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
It working, Thanks you Jonathan and all supports 🙏. On Wed, 7 Jun 2023, 12:48 pm Jonathan Druart, < jonathan.druart@bugs.koha-community.org> wrote:
Hey, put a proper key there! Not "__ENCRYPTION_KEY__"! It can be generated using the following command `pwgen 32`
Le mer. 7 juin 2023 à 07:41, Сычев Игорь Алексеевич <ias@tpu.ru> a écrit :
Hi!
I added the lines: <!-- Encryption key for crypted password or sensitive data --> <encryption_key>__ENCRYPTION_KEY__</encryption_key>
The update went through without a problem.
https://github.com/Koha-Community/Koha/blob/master/etc/koha-conf.xml
Good Luck!
Igor A. Sychev Tomsk Polytechnic University https://lib.tpu.ru
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Jonathan Druart -
MASTeR Library -
Сычев Игорь Алексеевич