If you write a script that gets the instance name as parameter and tweaks the instance's koha-conf.xml file, you could use
koha-foreach /your/script __instancename__ But I suggest you read the docs carefully El jue, 30 jun 2022 8:36, Mike Lake <[email protected]> escribió: > Hi > > On 2022-06-30 9:21 pm, David Tan wrote: > > Hi Mike, > > I had the same issue. I notice in the koha-conf.xml is missing this > > line > > <encryption_key>__ENCRYPTION_KEY__</encryption_key> > > After adding this line, it work fine for me. > > David > > Just did the same. I added a key to my sites/opac/koha-conf.xml and now > there is no more warning from that instance. I can later do the same for > my other instance, a test one. > > Jonathan had suggested to use koha-foreach but I was not sure how to run > that or what other things it would change. Once I know how to use the > foreach command I'll make backups of my site confs, run it, and see what > it does. > > Thanks David. > > -- > Mike > _______________________________________________ > > Koha mailing list http://koha-community.org > [email protected] > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

