|
If your experience includes ThingWorx data, you must to add the data again, and recreate that portion of the experience since your ThingWorx server has changed.
|
SQLite
|
1. Backup your current published projects by copying the project data from <old_experience_service_path>\src\stores\projects.
2. Backup the database by copying the db.sqlite file from <old_experience_service_path>\src\stores.
3. Install the new Experience Service.
4. Restore your projects by moving the copied projects to <new_experience_service_path>\src\stores\projects.
5. Restore the database by moving the copied db.sqlite file to <new_experience_service_path>\src\stores.
|
Postgres
|
1. Backup your current published projects by copying the project data from <old_experience_service_path>\src\stores\projects.
2. Install the new Experience Service.
3. Restore your projects by moving the copied projects to <new_experience_service_path>\src\stores\projects.
|