From: wbudic Date: Tue, 15 Jan 2019 03:24:40 +0000 (+1100) Subject: Update Installation.txt X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=3c28afbe09035e9df50533a10cfdbe7cd0f9d3f5;p=LifeLog.git Update Installation.txt --- diff --git a/Installation.txt b/Installation.txt index 674dff4..addb702 100644 --- a/Installation.txt +++ b/Installation.txt @@ -45,3 +45,18 @@ sudo cpanm CGI::Session; sudo cpanm TryCatch; sudo cpanm Number/Bytes/Human.pm + +#Upgrade Instructions + +To upgrade to newer version of this software requires data migration. +Before installing newer version scripts, perform an data export. + +cd /home/{user}/thttpd_dev/dbLifeLog +sqlite3 -header -csv data_log.db "select * from LOG;" > current_log.csv + +#Install Lifelog +cd /home/{user}/thttpd_dev +git clone https://github.com/wbudic/LifeLog + + +