[Koha] Upgrading from 19.11.29.000 to latest

2023-03-23 Thread Steve Nickerson
I've upgraded my OS from Jessie to Stretch, and am now trying to upgrade a
Koha Debian package install from 19.11.29.000 to the latest, but the schema
upgrade fails with this:

 

*   Upgrade to 22.06.00.077 [23:48:59]:
ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at
/usr/share/koha/lib/C4/Installer.pm line 737. at
/usr/share/koha/lib/C4/Installer.pm line 739

 

I've searched Bugzilla and don't' seem to find anything similar.   Anyone
have any idea what might cause this?  Missing some package perhaps?

 

Cheers!

Steve

 

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Upgrading from 19.11.29.000 to latest

2023-04-24 Thread Steve Nickerson
Does anyone have any thoughts on this at all?  I'm stuck not being able to
upgrade this environment unfortunately.

 

Cheers!

Steve

 

From: Steve Nickerson  
Sent: Friday, March 24, 2023 12:21 AM
To: 'koha' 
Subject: Upgrading from 19.11.29.000 to latest

 

I've upgraded my OS from Jessie to Stretch, and am now trying to upgrade a
Koha Debian package install from 19.11.29.000 to the latest, but the schema
upgrade fails with this:

 

*   Upgrade to 22.06.00.077 [23:48:59]:
ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at
/usr/share/koha/lib/C4/Installer.pm line 737. at
/usr/share/koha/lib/C4/Installer.pm line 739

 

I've searched Bugzilla and don't' seem to find anything similar.   Anyone
have any idea what might cause this?  Missing some package perhaps?

 

Cheers!

Steve

 

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Upgrading from 19.11.29.000 to latest

2023-04-24 Thread zen zenitram
try to use ubuntu 22.04 and so that you can use mysql instead of mariadb.
by using mysql you can see the exact error.

On Tue, Apr 25, 2023, 5:27 AM Steve Nickerson 
wrote:

> Does anyone have any thoughts on this at all?  I'm stuck not being able to
> upgrade this environment unfortunately.
>
>
>
> Cheers!
>
> Steve
>
>
>
> From: Steve Nickerson 
> Sent: Friday, March 24, 2023 12:21 AM
> To: 'koha' 
> Subject: Upgrading from 19.11.29.000 to latest
>
>
>
> I've upgraded my OS from Jessie to Stretch, and am now trying to upgrade a
> Koha Debian package install from 19.11.29.000 to the latest, but the schema
> upgrade fails with this:
>
>
>
> *   Upgrade to 22.06.00.077 [23:48:59]:
> ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at
> /usr/share/koha/lib/C4/Installer.pm line 737. at
> /usr/share/koha/lib/C4/Installer.pm line 739
>
>
>
> I've searched Bugzilla and don't' seem to find anything similar.   Anyone
> have any idea what might cause this?  Missing some package perhaps?
>
>
>
> Cheers!
>
> Steve
>
>
>
> ___
>
> 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


Re: [Koha] Upgrading from 19.11.29.000 to latest

2023-04-25 Thread Mason James

hi Steve

try upgrading to the latest debian version, then attempt a koha upgrade

debian 9 is not supported by debian - or koha-stable (22.11)

 https://wiki.debian.org/LTS
 
https://wiki.koha-community.org/wiki/System_requirements_and_recommendations#Koha_22.11


its also recommended to run mariadb rather than mysql

 https://packages.debian.org/bullseye/mariadb-server


cheers, Mason

On 25/04/23 9:26 am, Steve Nickerson wrote:

Does anyone have any thoughts on this at all?  I'm stuck not being able to
upgrade this environment unfortunately.

  


Cheers!

Steve

  


From: Steve Nickerson 
Sent: Friday, March 24, 2023 12:21 AM
To: 'koha' 
Subject: Upgrading from 19.11.29.000 to latest

  


I've upgraded my OS from Jessie to Stretch, and am now trying to upgrade a
Koha Debian package install from 19.11.29.000 to the latest, but the schema
upgrade fails with this:

  


*   Upgrade to 22.06.00.077 [23:48:59]:
ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at
/usr/share/koha/lib/C4/Installer.pm line 737. at
/usr/share/koha/lib/C4/Installer.pm line 739

  


I've searched Bugzilla and don't' seem to find anything similar.   Anyone
have any idea what might cause this?  Missing some package perhaps?

  


Cheers!

Steve

  


___

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


Re: [Koha] Upgrading from 19.11.29.000 to latest

2023-04-26 Thread Steve Nickerson
Thank you Mason!   I’ll be honest I thought Stretch (9) was the latest, which I 
now realize is not correct.  I’ll work on upgrading to Debian 11 I guess :)

Is the conversion from MySQL to MariaDB documented anywhere?

From: Mason James 
Sent: Tuesday, April 25, 2023 11:21:13 PM
To: Steve Nickerson ; 'koha' 

Subject: Re: [Koha] Upgrading from 19.11.29.000 to latest

hi Steve

try upgrading to the latest debian version, then attempt a koha upgrade

debian 9 is not supported by debian - or koha-stable (22.11)

  https://wiki.debian.org/LTS
  
https://wiki.koha-community.org/wiki/System_requirements_and_recommendations#Koha_22.11


its also recommended to run mariadb rather than mysql

  https://packages.debian.org/bullseye/mariadb-server


cheers, Mason

On 25/04/23 9:26 am, Steve Nickerson wrote:
> Does anyone have any thoughts on this at all?  I'm stuck not being able to
> upgrade this environment unfortunately.
>
>
>
> Cheers!
>
> Steve
>
>
>
> From: Steve Nickerson 
> Sent: Friday, March 24, 2023 12:21 AM
> To: 'koha' 
> Subject: Upgrading from 19.11.29.000 to latest
>
>
>
> I've upgraded my OS from Jessie to Stretch, and am now trying to upgrade a
> Koha Debian package install from 19.11.29.000 to the latest, but the schema
> upgrade fails with this:
>
>
>
> * Upgrade to 22.06.00.077 [23:48:59]:
> ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at
> /usr/share/koha/lib/C4/Installer.pm line 737. at
> /usr/share/koha/lib/C4/Installer.pm line 739
>
>
>
> I've searched Bugzilla and don't' seem to find anything similar.   Anyone
> have any idea what might cause this?  Missing some package perhaps?
>
>
>
> Cheers!
>
> Steve
>
>
>
> ___
>
> 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


Re: [Koha] Upgrading from 19.11.29.000 to latest

2023-04-27 Thread Mason James

hi Steve

i've updated the wiki with a link

https://wiki.koha-community.org/wiki/Koha_on_Debian#MySQL_and_MariaDB


On 27/04/23 10:14 am, Steve Nickerson wrote:

Thank you Mason!   I’ll be honest I thought Stretch (9) was the latest, which I 
now realize is not correct.  I’ll work on upgrading to Debian 11 I guess :)

Is the conversion from MySQL to MariaDB documented anywhere?
--
*From:* Mason James 
*Sent:* Tuesday, April 25, 2023 11:21:13 PM
*To:* Steve Nickerson ; 'koha' 

*Subject:* Re: [Koha] Upgrading from 19.11.29.000 to latest
hi Steve

try upgrading to the latest debian version, then attempt a koha upgrade

debian 9 is not supported by debian - or koha-stable (22.11)

https://wiki.debian.org/LTS <https://wiki.debian.org/LTS>
https://wiki.koha-community.org/wiki/System_requirements_and_recommendations#Koha_22.11
 
<https://wiki.koha-community.org/wiki/System_requirements_and_recommendations#Koha_22.11>


its also recommended to run mariadb rather than mysql

https://packages.debian.org/bullseye/mariadb-server 
<https://packages.debian.org/bullseye/mariadb-server>


cheers, Mason

On 25/04/23 9:26 am, Steve Nickerson wrote:

Does anyone have any thoughts on this at all?  I'm stuck not being able to
upgrade this environment unfortunately.

  


Cheers!

Steve

  


From: Steve Nickerson 
Sent: Friday, March 24, 2023 12:21 AM
To: 'koha' 
Subject: Upgrading from 19.11.29.000 to latest

  


I've upgraded my OS from Jessie to Stretch, and am now trying to upgrade a
Koha Debian package install from 19.11.29.000 to the latest, but the schema
upgrade fails with this:

  


* Upgrade to 22.06.00.077 [23:48:59]:
ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at
/usr/share/koha/lib/C4/Installer.pm line 737. at
/usr/share/koha/lib/C4/Installer.pm line 739

  


I've searched Bugzilla and don't' seem to find anything similar.   Anyone
have any idea what might cause this?  Missing some package perhaps?

  


Cheers!

Steve

  


___

Koha mailing list  http://koha-community.org <http://koha-community.org>
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha 
<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