On 2/13/07, Leah Kubik <[EMAIL PROTECTED]> wrote:
> On Monday 12 February 2007 07:03, Rich Walker wrote:
> > I want to transition from one to the other. To do that, I want to
>
> <snip>
>
> > Note that I'm not installing the new ledger software *over* the old
> > ledger software - I'm installing it in parallel. This may make a
> > difference to the migration strategy...
>
> Yup, that would make a difference.  As you work through this, if you want to
> create a document about the steps you follow on the wiki, I'm sure it would
> be useful to others.
>
> > > when I tested and there were not any DOS line-endings.  Also, what
> > > version of LedgerSMB were you working with?
> >
> > 1.2.0b5
>
> Hmmn.  The version I ran with for the docs was 1.1.7 .  I tend to stick w/the
> stable versions for now.  Made a not of that in the docs.

1.2.0b5 requires a couple of extra steps including setting changing
the admin password.  Use psql to set the admin password to something:
You can do something like:

update users_conf set password=md5('super-secret-password') where id =
(select id from users where username = 'admin');

You will also want to regenerate your templates.  Honestly, 1.2 is
probably easier to do as a fresh install at the moment than an
upgrade.

Best Wishes,
Chris Travers

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to