easier migration tool between different Conges releases
Conges is a web based vacation management software (java inside).
Brought to you by:
sgauchet
right now, the webapp administrator needs to stop the server, copy the different xml data files of the old release, install the new one and paste the old xml data files in the new release deploying directory.
maybe i can do something easier. by adding a migration action in Conges administration views by doing a zip files of data.
Or adding the possibility to indicate the path to an external directory (out of the server path) to put conges data files.
Logged In: YES
user_id=1041421
Originator: YES
an external directory won't solve the migration problem as new release will write on the last release directory. and the begin will not work.
i'll do a unique directory (web-inf/data) for both personal and app data, then add an export/import data function in admin views.
Logged In: YES
user_id=1041421
Originator: YES
in v1.3 release, all data are moved to the "WEB-INF/data" directory. check migration doc on web site for migration instruction.