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

Title : Koha-devel Digest, Vol 199, 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: Getting Koha 19.11 web installer when installing Koha
20.11.19 (Michael Kuhn)
2. Re: Getting Koha 19.11 web installer when installing Koha
20.11.19 (Michael Kuhn)


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

Message: 1
Date: Sat, 4 Jun 2022 22:38:20 +0200
From: Michael Kuhn <mik@adminkuhn.ch>
To: Mason James <mtj@kohaaloha.com>,
    koha-devel@lists.koha-community.org, "koha@lists.katipo.co.nz"
    <koha@lists.katipo.co.nz>
Subject: Re: [Koha-devel] Getting Koha 19.11 web installer when
    installing Koha 20.11.19
Message-ID: <1c9d9ff5-8220-ec22-d726-d90605e4c297@adminkuhn.ch>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi Mason

You wrote:

> oops, sorry about that
>
> you can run the following commands to fix the problem...
>
> $ sudo apt-get update
> $ sudo apt-get upgrade koha-common
>
> $ sudo apt-cache show koha-common | grep Version
> Version: 20.11.19-3

Unfortunatley it didn't work to just update and the upgrade package
"koha-common" - instead hundreds of error messages regarding the
database etc appeared.

Thus I rebuilt the complete machine from scratch, using the new package.
This worked. Thank you very much!

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



> On 4/06/22 4:56 am, Michael Kuhn wrote:
>> Hi
>>
>> Today I was installing Koha 20.11.19 on a completely new virtual host
>> using Debian 11.
>>
>>  $ sudo cat /etc/apt/sources.list.d/koha.list
>>  deb http://debian.koha-community.org/koha 20.11 main
>>  $ sudo apt-get update
>>  $ sudo apt-cache show koha-common | grep Version
>>  Version: 20.11.19-1
>>  $ sudo apt-get install koha-common mariadb-server
>>
>> In the output I see lines like:
>>
>>  Get:16 http://debian.koha-community.org/koha 20.11/main amd64
>> libcache-memcached-fast-safe-perl all 0.06-1~koha1 [7,410 B]
>>  Get:22 http://debian.koha-community.org/koha 20.11/main amd64
>> libhttp-oai-3.27-perl all 3.27-1~koha+1 [92.7 kB]
>>  Get:16 http://debian.koha-community.org/koha 20.11/main amd64
>> libcache-memcached-fast-safe-perl all 0.06-1~koha1 [7,410 B]
>>  Get:22 http://debian.koha-community.org/koha 20.11/main amd64
>> libhttp-oai-3.27-perl all 3.27-1~koha+1 [92.7 kB]
>>  Get:36 http://debian.koha-community.org/koha 20.11/main amd64
>> libmojolicious-perl all 9.90+really8.12-koha1 [794 kB]
>>  Get:75 http://debian.koha-community.org/koha 20.11/main amd64
>> libjson-validator-perl all 5.99+really3.14-koha1 [54.2 kB]
>>  Get:85 http://debian.koha-community.org/koha 20.11/main amd64
>> libmojolicious-plugin-openapi-perl all 5.99+really2.16-koha1 [57.1 kB]
>>  Get:88 http://debian.koha-community.org/koha 20.11/main amd64
>> libpdf-fromhtml-perl all 0.31-1~koha1 [102 kB]
>>  Get:98 http://debian.koha-community.org/koha 20.11/main amd64
>> libtemplate-plugin-htmltotext-perl all 0.03-1koha1 [6,134 B]
>>  Get:99 http://debian.koha-community.org/koha 20.11/main amd64
>> koha-common all 20.11.19-1 [34.5 MB]
>>  Preparing to unpack .../523-koha-common_20.11.19-1_all.deb ...
>>  Unpacking koha-common (20.11.19-1) ...
>>  Setting up koha-common (20.11.19-1) ...
>>
>> However after the installation when calling the web installer it
>> annoyingly greets me saying "Welcome to the Koha 19.11 web installer"!
>>
>> Can someone please explain what is going wrong here?
>>
>> 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
>> _______________________________________________
>> 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/
>




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

Message: 2
Date: Sun, 5 Jun 2022 01:13:19 +0200
From: Michael Kuhn <mik@adminkuhn.ch>
To: Liz Rea <liz@bywatersolutions.com>
Cc: Mason James <mtj@kohaaloha.com>,
    koha-devel@lists.koha-community.org, koha@lists.katipo.co.nz
Subject: Re: [Koha-devel] Getting Koha 19.11 web installer when
    installing Koha 20.11.19
Message-ID: <5904172e-66e6-d84e-c4bb-21a861ff710a@adminkuhn.ch>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi Liz

Thanks for your messsage! As written the original "koha-common" package
20.11.19-1 had a problem (see my first e-mail).

The problem is now solved since I rebuilt the complete machine from
scratch, using the new package 20.11.19-3.

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



Am 05.06.22 um 01:01 schrieb Liz Rea:
> Hi,
>
> You will want to make sure of a few things:
>
> The version in the database is correct for the version you are upgrading
> from.
>
> That you have restarted both plack and memcached on the machine.
>
> You will want to make sure that apt-cache policy koha-common reports the
> correct installed version.
>
> You can try running Sudo koha-upgrade-schema <instname> and see what the
> output is there as well.
>
> Every time I've seen this, it's been memcached and plack. You didn't say
> if you had imported a database
>
> Hope this helps
>
> Liz
>
> On Sat, 4 June 2022, 15:38 Michael Kuhn, <mik@adminkuhn.ch
> <mailto:mik@adminkuhn.ch>> wrote:
>
> Hi Mason
>
> You wrote:
>
>  > oops, sorry about that
>  >
>  > you can run the following commands to fix the problem...
>  >
>  >   $ sudo apt-get update
>  >   $ sudo apt-get upgrade koha-common
>  >
>  >   $ sudo apt-cache show koha-common | grep Version
>  >   Version: 20.11.19-3
>
> Unfortunatley it didn't work to just update and the upgrade package
> "koha-common" - instead hundreds of error messages regarding the
> database etc appeared.
>
> Thus I rebuilt the complete machine from scratch, using the new
> package.
> This worked. Thank you very much!
>
> 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
> <mailto:mik@adminkuhn.ch> · W www.adminkuhn.ch <http://www.adminkuhn.ch>
>
>
>
> > On 4/06/22 4:56 am, Michael Kuhn wrote:
> >> Hi
> >>
> >> Today I was installing Koha 20.11.19 on a completely new virtual
> host
> >> using Debian 11.
> >>
> >>  $ sudo cat /etc/apt/sources.list.d/koha.list
> >>  deb http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11 main
> >>  $ sudo apt-get update
> >>  $ sudo apt-cache show koha-common | grep Version
> >>  Version: 20.11.19-1
> >>  $ sudo apt-get install koha-common mariadb-server
> >>
> >> In the output I see lines like:
> >>
> >>  Get:16 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libcache-memcached-fast-safe-perl all 0.06-1~koha1 [7,410 B]
> >>  Get:22 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libhttp-oai-3.27-perl all 3.27-1~koha+1 [92.7 kB]
> >>  Get:16 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libcache-memcached-fast-safe-perl all 0.06-1~koha1 [7,410 B]
> >>  Get:22 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libhttp-oai-3.27-perl all 3.27-1~koha+1 [92.7 kB]
> >>  Get:36 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libmojolicious-perl all 9.90+really8.12-koha1 [794 kB]
> >>  Get:75 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libjson-validator-perl all 5.99+really3.14-koha1 [54.2 kB]
> >>  Get:85 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libmojolicious-plugin-openapi-perl all 5.99+really2.16-koha1
> [57.1 kB]
> >>  Get:88 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libpdf-fromhtml-perl all 0.31-1~koha1 [102 kB]
> >>  Get:98 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> libtemplate-plugin-htmltotext-perl all 0.03-1koha1 [6,134 B]
> >>  Get:99 http://debian.koha-community.org/koha
> <http://debian.koha-community.org/koha> 20.11/main amd64
> >> koha-common all 20.11.19-1 [34.5 MB]
> >>  Preparing to unpack .../523-koha-common_20.11.19-1_all.deb ...
> >>  Unpacking koha-common (20.11.19-1) ...
> >>  Setting up koha-common (20.11.19-1) ...
> >>
> >> However after the installation when calling the web installer it
> >> annoyingly greets me saying "Welcome to the Koha 19.11 web
> installer"!
> >>
> >> Can someone please explain what is going wrong here?
> >>
> >> 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
> <mailto:mik@adminkuhn.ch> · W www.adminkuhn.ch <http://www.adminkuhn.ch>
> >> _______________________________________________
> >> Koha-devel mailing list
> >> Koha-devel@lists.koha-community.org
> <mailto:Koha-devel@lists.koha-community.org>
> >>
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> <https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel>
> >> website : https://www.koha-community.org/
> <https://www.koha-community.org/>
> >> git : https://git.koha-community.org/
> <https://git.koha-community.org/>
> >> bugs : https://bugs.koha-community.org/
> <https://bugs.koha-community.org/>
> >
>
>
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> <mailto:Koha-devel@lists.koha-community.org>
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> <https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel>
> website : https://www.koha-community.org/
> <https://www.koha-community.org/>
> git : https://git.koha-community.org/ <https://git.koha-community.org/>
> bugs : https://bugs.koha-community.org/
> <https://bugs.koha-community.org/>
>




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

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 199, Issue 4
******************************************


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