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

--- Comment #206 from Jake Deery <[email protected]> ---
Hi folks,

Went deep on this one today. Here's what I did, and what I found:

1.  installed koha at 25.11 via apt
2.  configured a basic site with everything defaulted
3.  installed a build with this bug on top using:

# upgraded deps first
> sudo dpkg -i koha-deps_26.06.00~git20260916.102656.4f1e8312da4-1_all.deb
> sudo dpkg -i koha-perldeps_26.06.00~git20260916.102656.4f1e8312da4-1_all.deb
# then do the core package upgrades in one go
> sudo dpkg -i koha-core_26.06.00~git20260916.102656.4f1e8312da4-1_all.deb 
> koha-common_26.06.00~git20260916.102656.4f1e8312da4-1_all.deb 
> koha-systemd_26.06.00~git20260916.102656.4f1e8312da4-1_all.deb

4.  checked the site post-upgrade, it was responsive and up
5.  rebooted the server
6.  checked for the presence of /etc/init.d/koha-common - it is gone
7.  checked systemd, noticed plack, workers, zebra, indexer
8.  enabled and started sip, noticed the systemd unit
9.  enabled and started z3950, noticed the systemd unit
10. enabled and started es-indexer, noticed the systemd unit

My only real note is that, with dpkg, koha-systemd failed to install citing
koha-core as a missing dependency. Adding koha-core to the list of debs to be
installed resolved this, and I am confident that apt will work this out by
itself (that is, after all, apt's main job).

I'm very satisfied with this. I will make sure we do a dry run again as soon as
this is merged into main, this time using an apt repository, so we can come
back here and confirm all is well.

Nice one folks, very nice one!

Ta,
Jake

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to