From: Oscar B. <os...@el...> - 2001-07-19 17:46:02
|
Thanks Dieter, Just for those interested, these are the exact commands I used: tar -cvf sql-ledger.old.tar * tar -zxvf sql-ledger.1.4.12.tgz Regards, Oscar ----- Message d'origine ----- De : "Dieter Simader" <dsi...@sq...> À : <sql...@li...> Envoyé : jeudi 19 juillet 2001 18:06 Objet : Re: Upgrading from 1.4.6 to 1.4.12 > Hi Oscar, > > You can install over top. > > 1. save your master templates, that's the ones in the templates directory > > 2. As a precaution, backup > > cd /usr/local/sql-ledger > tar cvf ~/sql-ledger.old.tar . > > 3. install over top > > cd /usr/local/ > tar zxvf sql-ledger.1.4.12.tgz > > > change the /usr/local directory to wherever you have SQL-Ledger installed. > > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Thu, 19 Jul 2001, Oscar Buijten wrote: > > > Hi, > > > > If I want to upgrade from 1.4.6 to 1.4.12 can I simply do: > > > > tar zxvf sql-ledger.1.4.12.tgz overxriting the existing files? > > > > Or do I need to reinstall from scratch? > > > > Thanks for letting me know. > > > > Regards, > > > > > > Oscar > > > |