[Koha-bugs] [Bug 18920] Some config values are not saved in koha-install-log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 10 14:10:13 CEST 2017


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

Colin Campbell <colin.campbell at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe.
                   |ity.org                     |com
             Status|NEW                         |Needs Signoff

--- Comment #1 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
Created attachment 64956
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64956&action=edit
Patch to add missing values to install log

To test - without patch applied when running Makefile.PL --prev-install-log
/path/to/misc/koha-install-log user will always be prompted for whether db
connection uses TLS and the location of DejaVu fonts

With patch applied (and assuming the path is /etc/koha/misc substitute as
required)
run perl Makefile.PL --prev-install-log /etc/koha/misc/koha-install-log prompts
for the above values will appear answer as before
do a make upgrade
rerun perl Makefile.PL -prev-install-log /etc/koha/misc/koha-install-log these
variables are now read from the install log and not prompted for

inspecting the installed koha-install.log there will now be values for
DB_USE_TLS and FONT_DIR - there are also entries for DB_TLS_CA_CERTIFICATE,
DB_TLS_CLIENT_CERTIFICATE and DB_TLS_CLIENT_KEY but these will only be set if
DB_USE_TLS is set to yes

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list