[Koha] Database upgrade error from 20.06.00.000 to 20.11.00-1

2021-01-06 Thread skaman.tx
I am running Koha on Debian 10 X64. Database is mariadb. When I attempt to perform the most recent routine update of koha-common via the apt package manager, the upgrade fails during the upgrade of the Koha database schema for my library database. Below is the verbose output of the installation

Re: [Koha] Database upgrade error from 20.06.00.000 to 20.11.00-1

2021-01-07 Thread skaman.tx
Thank you, Jonathan. Yes, that config line was missing. I had selected "no" when asked to update koha-conf.xml on a prior Debian update and that line was not included. I created another instance that created an updated koha-conf.xml file and then adjusted all the paths, etc. to the correct li

Re: [Koha] Help debugging Internal Server Error

2021-02-19 Thread skaman.tx
Doug, I would love to hear the same. I have been unsuccessfully fighting an upgrade from 19.05 to 20.11.x for two months now. All errors are missing SQL columns that are not fixed by koha-upgrade-schema. Just doing an upgrade using the Debian package manager kills Koha altogether. Hope some

Re: [Koha] Help debugging Internal Server Error

2021-02-22 Thread skaman.tx
Hey Doug, I misspoke a bit below. My upgrade is from 20.06 to 20.11 and I am on Debian Stretch. The Koha update/upgrade gives me a fit. I've held back the koha-common update since 20.06 because it fails when updating the database schema during the package install and breaks Koha altogether.

[Koha] Continued koha-common Upgrade Challenges

2021-04-28 Thread skaman.tx
Our koha installation is on Debian 10. I have previously engaged the list for upgrade challenges specifically related to the outcome of the Debian package koha-common upgrade scripts. We are stuck at koha-common version 20.05.xx at this point. My latest attempt to upgrade to 20.11.04-1 resulte

Re: [Koha] Continued koha-common Upgrade Challenges

2021-04-28 Thread skaman.tx
I am open to anything at this point. The Debian 10 host is a VM. I honestly have had no real exposure to docker containers but am fairly adept on Linux and in learning new systems, command line, scripting, etc. I just need the koha instance to be stable and relatively simplistic to update. I

Re: [Koha] Continued koha-common Upgrade Challenges

2021-04-28 Thread skaman.tx
This is what we are using: Server version: 10.3.27-MariaDB-0+deb10u1 Debian 10 Scott From: Tomas Cohen Arazi Sent: Wednesday, April 28, 2021 11:50 AM To: skaman...@gmail.com Cc: koha Subject: Re: [Koha] Continued koha-common Upgrade Challenges Can you specify what DB engine are y

Re: [Koha] Continued koha-common Upgrade Challenges

2021-04-29 Thread skaman.tx
Will do, Jonathan. As soon as I am able to set up an account in Bugzilla (tried a couple of times today but no success), I will submit the information. Scott -Original Message- From: Jonathan Druart Sent: Thursday, April 29, 2021 3:29 AM To: skaman...@gmail.com Cc: koha Subject: Re:

[Koha] Koha on ISPConfig3 Shared Host

2022-04-13 Thread skaman.tx
I want to move a standalone Koha installation to an ISPConfig3 host under Debian 11 where multiple library instances for different clients can be hosted. Has anyone tried this before with any success? Scott ___ Koha mailing list http://koha-communi

[Koha] Koha on a shared host server

2022-04-19 Thread skaman.tx
I'm looking for some experiential feedback here. Is it feasible/possible to run Koha on a shared platform like ISPconfig? In other words, we own the Debian 11 host server, so installation on the ISPconfig host can be done. Still, configuring Koha for multiple unique library instances may not be pos

[Koha] Zebra indexing error on upgrade to 22.05.00.000

2022-06-03 Thread skaman.tx
We upgraded our Debian 10 install from 21.11.xx to 22.05.00.000. When we manually try to reindex Zebra, the process fails with the "1Can't call method "subfield" on an undefined value" error message below. # koha-rebuild-zebra -v -f library Zebra configuration information

[Koha] Zebra Reindex Error Message

2022-06-06 Thread skaman.tx
Any help would be appreciated here. After upgrading our installation to Koha 22.05.00.000, we are now receiving Zebra indexing errors and no records show in Opac searches. Running "koha-rebuild-zebra -f -v library" yields the following: Zebra configuration information ===

Re: [Koha] Zebra indexing error on upgrade to 22.05.00.000

2022-06-06 Thread skaman.tx
Thank you, David. That was the ticket. We found quite a few biblio records that were broken (actually they were missing all parts except the biblio database record--so since no associated items, we deleted the faulty biblio records). Once deleted, the Zebra reindex completed without errors. C

[Koha] Debian koha-common_22.05.02-1_all.deb package dependencies conflict

2022-07-06 Thread skaman.tx
I am running an up-to-date version of Debian Buster. Doing a routine "apt update" today and I encountered the following package upgrade for koha-common (koha-common_22.05.02-1_all.deb) that appears to have surfaced in the past for others. :[user]# apt upgrade -y ... Preconfiguring package

Re: [Koha] Debian koha-common_22.05.02-1_all.deb package dependencies conflict

2022-07-06 Thread skaman.tx
Thank you, Rainer. Unfortunately, I do not find a lock file there on my instance. Fortunately, we are running our Debian Buster instance as a VM, so reverting to “pre-broken” status is a quick fix for now. So, I just ran “apt upgrade -y” again, and it still gives me the same libmarc-xml-pe

[Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-15 Thread skaman.tx
Attempting to update Koha installation on Debian Bullseye host from 23.02.04-2 to 23.11.00-1. The following is the output and error message. Any ideas on how to resolve? # apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calcula

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-18 Thread skaman.tx
Hi Thomas, So, I got a new koha-common install error when using “apt -f install.” See below. --- Screen Snip -- ….. Upgrade to 23.06.00.051 [10:44:04]: Bug 10762 - Make it possible to adjust the barcode height and width on labels ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::d

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-19 Thread skaman.tx
So, my database is "library." Thus, my command line and results for all "creator_*" tables are: Screen snip koha-mysql library .. MariaDB [koha_library]> show tables; | creator_batches_tmp| | creator_images | | creator_layouts_

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-19 Thread skaman.tx
Renaming the *_tmp tables appears to have done the trick. The upgrade to 23.11.00-1 completed successfully once I ran "apt -f install" to get past the original error message I posted about. Thank you, Jonathan and all who chimed in. Scott -Original Message- From: Jonathan Druart Sent