A new request with request id 12224 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :

Title : Koha-devel Digest, Vol 196, Issue 4
Category :
Description :
Send Koha-devel mailing list submissions to
    koha-devel@lists.koha-community.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
    koha-devel-request@lists.koha-community.org

You can reach the person managing the list at
    koha-devel-owner@lists.koha-community.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."


Today's Topics:

1. Re: [Koha] plack with koha soruce package (Fridolin SOMERS)
2. Re: [Koha] Koha Upgrade Error 21.11 (Mason James)
3. Re: [Koha] Koha Upgrade Error 21.11 (Fridolin SOMERS)


----------------------------------------------------------------------

Message: 1
Date: Fri, 4 Mar 2022 09:10:46 -1000
From: Fridolin SOMERS <fridolin.somers@biblibre.com>
To: koha@lists.katipo.co.nz, koha-devel
    <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] [Koha] plack with koha soruce package
Message-ID: <6679f693-adab-e88c-7673-e4feea243a41@biblibre.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi,

We at Biblibre are using the dev install to run from git sources (in
/home/koha/src).

We have a SystemD unit for plack/starman.
You can adapt it.
Then edit your Apache configuration to use Starman as backend.

Best regards,

Le 03/03/2022 à 03:56, vinod kumar a écrit :
> Hello Friends,
>
> I am a library professional and have been using Koha in my library for the
> last 2 years. I have Koha 20.05.05 installed on Ubuntu 20.04. I have
> installed Koha using source tar package and not using koha-common
> installation. I have studied various koha articles to use in Koha to boost
> speed. But in all articles, enabling plack steps given only for koha-common
> installation only, using koha-plack command. In my case, I have installed
> Koha using tar source package, so no such commands were found.
> Can Anyone guide me how to enable the plack package for Koha tar source
> package installation. I will be thankful to you.
> Thanks,
> _______________________________________________
>
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

--
Fridolin SOMERS <fridolin.somers@biblibre.com>
Software and system maintainer 🦄
BibLibre, France
-------------- next part --------------
A non-text attachment was scrubbed...
Name: starman.service
Type: text/x-dbus-service
Size: 849 bytes
Desc: not available
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220304/4befd3f7/attachment-0001.bin>

------------------------------

Message: 2
Date: Sat, 5 Mar 2022 17:10:45 +1300
From: Mason James <mtj@kohaaloha.com>
To: Fridolin SOMERS <fridolin.somers@biblibre.com>,
    koha@lists.katipo.co.nz, Koha Devel
    <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] [Koha] Koha Upgrade Error 21.11
Message-ID: <831dad53-3cb7-5c67-9119-8c9f63d929b0@kohaaloha.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

hi folks
i added a test for this problem here...

 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169


On 5/03/22 8:05 am, Fridolin SOMERS wrote:
> Ohhh good catch
>
> DEV atomic updates should not exist in releases.
>
> I've added a comment on Bug report :
> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596#c16
>
> Best regards,
>
> Le 03/03/2022 à 21:28, Chief Librarian, SAIACS a écrit :
>> Hi Friends
>> I was testing
>> koha (on ubuntu 20.04) upgrade from 21.05 throws an error as
>> mentioned below.
>> Kindly advise me, should i downgrade the koha. I have a backup of the
>> database on koha 21.05. Your insights would be appreciated.
>>
>> Atomic updates:
>>
>>     - DEV atomic update
>> /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/
>>     bug_29596.pl [11:31:16]: Bug 29596 - Add Yiddish language
>>
>> Update errors :
>>
>>     - Upgrade to 21.11.02.003 [11:31:16]: Bug 29605 - Resync DB structure
>>     for existing installations
>>     ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate
>>     entry 'ar' for key 'PRIMARY' at /usr/share/koha/lib/C4/Installer.pm line 738
>>
>> Thanks
>>
>> ______________________________________
>>
>> *Dr. Yesan Sellan, * *MLISc., PGDLAN, BCS., UGC-NET., PhD*
>>
>>
>> *Strategic | Learner | Achiever | Responsibility | Intellection*
>>
>>
>> *Chief Librarian*
>>
>> South Asia Institute of Advanced Christian Studies (SAIACS)
>>
>> 363 Dodda Gubbi Cross Road, Kothanur P.O., Bangalore 77, India
>>
>> Phone: 91 80 2846 5235/5344/ 5649, Fax: 91 80 28465412, Mobile:
>> 91-9972348251
>>
>> www.saiacs.org Alternative Email: yesans@gmail.com
>>
>> https://orcid.org/0000-0002-0501-5661
>> <yesans@gmail.com>
>>
>>
>>
>> ______________________________________
>>
>> IMPORTANT : This message is intended only for the addressee. It may contain
>> confidential information. Any unauthorized disclosure is strictly
>> prohibited. If you have received this message in error, please notify us
>> immediately so that we may correct our internal records. Please then delete
>> the original message. Thank you.
>>
>>
>>
>> P Please consider the environment before printing this email*.*
>> _______________________________________________
>>
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>



------------------------------

Message: 3
Date: Fri, 4 Mar 2022 22:04:24 -1000
From: Fridolin SOMERS <fridolin.somers@biblibre.com>
To: koha@lists.katipo.co.nz, Koha Devel
    <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] [Koha] Koha Upgrade Error 21.11
Message-ID: <4e10cb59-3476-ff8d-b2af-25014605791a@biblibre.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Ah good idea :D

Le 04/03/2022 à 18:10, Mason James a écrit :
> hi folks
> i added a test for this problem here...
>
>  https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169
>
>
> On 5/03/22 8:05 am, Fridolin SOMERS wrote:
>> Ohhh good catch
>>
>> DEV atomic updates should not exist in releases.
>>
>> I've added a comment on Bug report :
>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596#c16
>>
>> Best regards,
>>
>> Le 03/03/2022 à 21:28, Chief Librarian, SAIACS a écrit :
>>> Hi Friends
>>> I was testing
>>> koha (on ubuntu 20.04) upgrade from 21.05 throws an error as
>>> mentioned below.
>>> Kindly advise me, should i downgrade the koha. I have a backup of the
>>> database on koha 21.05. Your insights would be appreciated.
>>>
>>> Atomic updates:
>>>
>>>     - DEV atomic update
>>> /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/
>>>     bug_29596.pl [11:31:16]: Bug 29596 - Add Yiddish language
>>>
>>> Update errors :
>>>
>>>     - Upgrade to 21.11.02.003 [11:31:16]: Bug 29605 - Resync DB
>>> structure
>>>     for existing installations
>>>     ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate
>>>     entry 'ar' for key 'PRIMARY' at
>>> /usr/share/koha/lib/C4/Installer.pm line 738
>>>
>>> Thanks
>>>
>>> ______________________________________
>>>
>>> *Dr. Yesan Sellan, * *MLISc., PGDLAN, BCS., UGC-NET., PhD*
>>>
>>>
>>> *Strategic | Learner | Achiever | Responsibility | Intellection*
>>>
>>>
>>> *Chief Librarian*
>>>
>>> South Asia Institute of Advanced Christian Studies (SAIACS)
>>>
>>> 363 Dodda Gubbi Cross Road, Kothanur P.O., Bangalore 77, India
>>>
>>> Phone: 91 80 2846 5235/5344/ 5649, Fax: 91 80 28465412, Mobile:
>>> 91-9972348251
>>>
>>> www.saiacs.org Alternative Email: yesans@gmail.com
>>>
>>> https://orcid.org/0000-0002-0501-5661
>>> <yesans@gmail.com>
>>>
>>>
>>>
>>> ______________________________________
>>>
>>> IMPORTANT : This message is intended only for the addressee. It may
>>> contain
>>> confidential information. Any unauthorized disclosure is strictly
>>> prohibited. If you have received this message in error, please notify us
>>> immediately so that we may correct our internal records. Please then
>>> delete
>>> the original message. Thank you.
>>>
>>>
>>>
>>> P Please consider the environment before printing this email*.*
>>> _______________________________________________
>>>
>>> Koha mailing list  http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>

--
Fridolin SOMERS <fridolin.somers@biblibre.com>
Software and system maintainer 🦄
BibLibre, France


------------------------------

Subject: Digest Footer

_______________________________________________
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/


------------------------------

End of Koha-devel Digest, Vol 196, Issue 4
******************************************


NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.