Operate and Manage the Experience Service > Managing Your Experience Service > Backup and Restore Published Vuforia Studio Projects
  
Backup and Restore Published Vuforia Studio Projects
You can move existing projects to a new Experience Service in one of two ways.
Republish with New Experience Service
If you have existing projects that have been published using a different Experience Service, update the projects so that they’re configured to use your new on-premises Experience Service. To do this, configure Vuforia Studio to use your new Experience Service, open the project you want to update, and republish the project.
* 
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.
Backup and Copy Project Data to a New Experience Service
You can backup projects without republishing by copying the relevant project data from the previous Experience Service and moving it to the new Experience Service. Depending on the type of database you’re using, complete one of the following set of steps.
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.
Once you’ve completed one of the set of steps above, run your new Experience Service. Once you have set the Experience Service URL to the new Experience Service in Vuforia View, your Experiences will be available.