Skip to content

3.7 Migration

Pascal Hürlimann edited this page Oct 14, 2018 · 4 revisions

If you are moving from an old version of jazz-debug-environment, the easiest way of migrating is by abandoning the old installation and just copying over a few files of your old configuration.

  1. Make a backup of your current database in the db folder, eg. by zipping the conf folder.
  2. Entries in conf/jetty/user_configs/ will either be unneccessary or in the wrong format. Any properties entries are now deprecated and can be ignored. Workspaces, which previously were in the format D\:/some_folder/workspace_folder@start (windows) or /some/folder@start (linux) can be replaced by just their path in standard notation, eg D:\some_folder\workspace_folder or /some/folder

Follow the quick start instructions to get a basic configuration, and then

  1. Overwrite the generated database in jde/runtime/VERSION/db with your previously backed up database.
  2. Add any workspace entries you need in their normal path notation to a file in jde/user/workspaces

That should give you the same environment that you had previously, and can be used by running ./gradlew run

Clone this wiki locally