(10-16-2011, 01:22 AM)steinm Wrote: The database contains a table tblVersion which holds the current version. This must match the version of LetoDMS. If you set the field 'minor' to 2 it should work.
It Worked! But I can see "LetoDMS, 3.1.0-RC1" in Admin-Tools-> Version Information... It was expected to be 3.2.0 as taken from the SVN.
Also I don't have clear understanding how DB and DataLocation are connected to each other. Definitely there should be some level of consistency in terms of DB to reflect real directories and files stored at DataLocation. What if I'd like temporally run two versions of LetoDMS 3.0.0 (as production environment) and 3.2.0 (for experiments)?
My intend is to do the following:
1. Clone DataLocation directory from the production environment to some other location.
2. Create "staging" and "lucene" subdirs in there
3. Point cloned directory and two of its subdirs (created on Step 2) from conf/settings.xml
4. Clone DB from the production environment according to my previous post and modify Minor version to 2 from 0.
Would these steps be enough for safe transition and making separate installation of the 3.2.0 which won't affect the production environment, namely 3.0.0?