From 3c28afbe09035e9df50533a10cfdbe7cd0f9d3f5 Mon Sep 17 00:00:00 2001 From: wbudic <42565654+wbudic@users.noreply.github.com> Date: Tue, 15 Jan 2019 14:24:40 +1100 Subject: [PATCH] Update Installation.txt --- Installation.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 + + + -- 2.34.1