]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Added DBD::Pg to be installed, regardless.
authorwbudic <redacted>
Wed, 11 Aug 2021 03:31:36 +0000 (13:31 +1000)
committerwbudic <redacted>
Wed, 11 Aug 2021 03:31:36 +0000 (13:31 +1000)
Installation.txt

index f68621b06c5f359a445de1907b70cd68aa44cb21..cb1438d63d93a19974ff8bd5a190b6e6e9e69012 100644 (file)
@@ -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