[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Upgrade procedure for 1.2.7 to 1.2.8



What is the recommended procedure for upgrading from 1.2.7 to 1.2.8? I did not see it mentioned in the INSTALL or UPGRADE document? I modified a pre-fork legacy procedure as follows: I moved ledgersmb-1.2.8.tar.gz to the directory that contains my current ledgersmb (typically \usr\local).
then from that directory I executed
$ sudo tar zxvf ledgersmb-1.2.8.tar.gz
$ cd ledgersmb
$ sudo chown -hR www:www *  (note: www:www is my webserver user:group)
$ sudo chmod 711 templates css spool

Comments or corrections?