From: wbudic Date: Wed, 11 Aug 2021 03:31:36 +0000 (+1000) Subject: Added DBD::Pg to be installed, regardless. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=58980b285ce84b47d9485a18e8193b7fbb47064f;p=LifeLog.git Added DBD::Pg to be installed, regardless. --- 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