From 58980b285ce84b47d9485a18e8193b7fbb47064f Mon Sep 17 00:00:00 2001 From: wbudic Date: Wed, 11 Aug 2021 13:31:36 +1000 Subject: [PATCH] Added DBD::Pg to be installed, regardless. --- Installation.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installation.txt b/Installation.txt index f68621b..cb1438d 100644 --- a/Installation.txt +++ b/Installation.txt @@ -92,6 +92,8 @@ sudo cpan Compress::Zlib; sudo cpan IO::Compress::Gzip; sudo cpan IO::Prompter; sudo cpan IO::Interactive; +#Disabled testing for now on ProgresSQL driver +sudo cpan -T DBD::Pg; @@ -124,6 +126,14 @@ Before installing newer version scripts, perform an data export. cd /home/{user}/thttpd_dev/dbLifeLog sqlite3 -csv data_log.db "select * from LOG;" > current_log.csv +## You should run module install, after every upgrade/update just in case something is missing: +# +# +./install_modules.sh +# +## Note, install modules doesn't require any restarts or reboots, this is perl baby. +## However, allow some time as it also tests these, to make sure all is running fine. + ##Install LifeLog Independently cd /home/{user}/ git clone https://github.com/wbudic/LifeLog -- 2.34.1