Re: [Koha-devel] Using Elasticsearch in koha-testing-docker

2023-11-07 Thread Jonathan Druart via Koha-devel
About ktd you need to include one of the ES/OS compose files (
docker-compose.es* docker-compose.os*), there are bin/ktd switches.
You also need KOHA_ELASTICSEARCH set to "yes" in the .env file.

Le mar. 7 nov. 2023 à 03:55, David Cook via Koha-devel <
koha-devel@lists.koha-community.org> a écrit :

> Hi all,
>
>
>
> I’m trying to use Elasticsearch in koha-testing-docker, and I would
> appreciate some assistance.
>
>
>
> Here’s the steps I’m taking:
>
>1. Launch koha-testing-docker
>2. Update Koha’s sysprefs
>   1. Change SearchEngine from “Zebra” to “Elasticsearch” at
>   
> http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=SearchEngine
>3. (Re)build Elasticsearch indexes:
>   1. koha-elasticsearch --rebuild kohadev
>4. Start Elasticsearch indexer:
>   1. koha-es-indexer --start kohadev
>
>
>
> Is there anything else to do? In a prod install, do I just need to update
> the “elasticsearch” config in koha-conf.xml?
>
>
>
> Do I leave all the Zebra things running or can I turn those off? I recall
> reading somewhere that zebra_queue might fill up if I turn it off?
>
>
>
> Thanks all!
>
>
>
> David Cook
>
> Senior Software Engineer
>
> Prosentient Systems
>
> Suite 7.03
>
> 6a Glen St
>
> Milsons Point NSW 2061
>
> Australia
>
>
>
> Office: 02 9212 0899
>
> Online: 02 8005 0595
>
>
> ___
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


[Koha-devel] Anybody still using tarballs?

2023-11-07 Thread Jonathan Druart via Koha-devel
Hi,

I am suggesting removing the tarball from our release process. I don't
think anybody is using it anyway.
It's extra work for RMaints, and it does not seem necessary.
I am going to suggest removing the po files from the Koha src code starting
from November releases, and that will require yet an extra (unnecessary?)
step to embed the po files to generate the tarball.

What do you think?

Cheers,
Jonathan
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


Re: [Koha-devel] Anybody still using tarballs?

2023-11-07 Thread Chris Cormack via Koha-devel

Morning

People are still downloading them, looking at the access logs on the server

From this morning there are a few downloads, for example

[07/Nov/2023:04:17:18 +] "GET /koha-22.11.10.tar.gz HTTP/1.1" 200 
99643874 "https://download.koha-community.org/"; "Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/118.0.0.0 Safari/537.36"


[07/Nov/2023:04:46:02 +] "GET /koha-latest.tar.gz HTTP/1.1" 200 
100758420 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 
Edg/119.0.0.0"



I think it is worth keeping the.
I doubt anyone who is using them will be on the koha-devel list though, 
or maybe even the main list, so download statistics is probably the best 
metric we have.


Chris

On 8/11/23 09:22, Jonathan Druart via Koha-devel wrote:

Hi,

I am suggesting removing the tarball from our release process. I don't 
think anybody is using it anyway.

It's extra work for RMaints, and it does not seem necessary.
I am going to suggest removing the po files from the Koha src code 
starting from November releases, and that will require yet an extra 
(unnecessary?) step to embed the po files to generate the tarball.


What do you think?

Cheers,
Jonathan

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


--
Kaihuawaere Matihiko (he/him)
Kāi Tahu, Kāti Māmoe, Waitaha
Catalyst.Net Limited - Expert Open Source Solutions
027 4500789
chr...@catalyst.net.nz
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


Re: [Koha-devel] Using Elasticsearch in koha-testing-docker

2023-11-07 Thread David Cook via Koha-devel
Thanks, Jonathan. 

 

I’ve done some playing around and I think I’m learning a lot about Koha’s 
integration.

 

I’m a bit surprised that there isn’t an “any”, “all”, or “anywhere” index. I 
notice “ElasticsearchMARCFormat” can make the full MARC record searchable by 
storing the MARC record as a JSON object, but it seems like that’s not 
recommended. I don’t know why we wouldn’t just index the full record like we do 
with Zebra. It would make for a bigger data store, but it could be done fairly 
simply. 

 

Who all is actively contributing to the Elasticsearch work? Might be useful to 
get in on the conversation…

 

David Cook

Senior Software Engineer

Prosentient Systems

Suite 7.03

6a Glen St

Milsons Point NSW 2061

Australia

 

Office: 02 9212 0899

Online: 02 8005 0595

 

From: Jonathan Druart  
Sent: Tuesday, 7 November 2023 8:09 PM
To: David Cook 
Cc: koha-devel 
Subject: Re: [Koha-devel] Using Elasticsearch in koha-testing-docker

 

About ktd you need to include one of the ES/OS compose files (docker-compose.es 
 * docker-compose.os*), there are bin/ktd switches.

You also need KOHA_ELASTICSEARCH set to "yes" in the .env file.

 

Le mar. 7 nov. 2023 à 03:55, David Cook via Koha-devel 
mailto:koha-devel@lists.koha-community.org> > a écrit :

Hi all,

 

I’m trying to use Elasticsearch in koha-testing-docker, and I would appreciate 
some assistance.

 

Here’s the steps I’m taking:

1.  Launch koha-testing-docker
2.  Update Koha’s sysprefs

a.  Change SearchEngine from “Zebra” to “Elasticsearch” at 
http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search 

 &searchfield=SearchEngine

3.  (Re)build Elasticsearch indexes:

a.  koha-elasticsearch --rebuild kohadev

4.  Start Elasticsearch indexer:

a.  koha-es-indexer --start kohadev

 

Is there anything else to do? In a prod install, do I just need to update the 
“elasticsearch” config in koha-conf.xml? 

 

Do I leave all the Zebra things running or can I turn those off? I recall 
reading somewhere that zebra_queue might fill up if I turn it off?

 

Thanks all!

 

David Cook

Senior Software Engineer

Prosentient Systems

Suite 7.03

6a Glen St

Milsons Point NSW 2061

Australia

 

Office: 02 9212 0899

Online: 02 8005 0595

 

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org 
 
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


[Koha-devel] Koha 23.05.05 released

2023-11-07 Thread Fridolin SOMERS via Koha-devel

Hello everyone 🤗

The Koha community is proud to announce the release of Koha 23.05.05.

It is a bugfix/maintenance release including 16 enhancements, 85 bugfixes.

The full release notes are available here:
https://koha-community.org/koha-23-05-05-released/

Debian packages should be available soon 🎁

Note we are at the end of cycle.
For next cycle I will continue as maintainer of 23.11 🛠️

Best regards 🤓

--
Fridolin SOMERS 
Software and system maintainer 🦄
BibLibre, France
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/