Best Practices for Deploying ThingWorx Projects (DEV → TEST → PROD)
Hi Community,
Currently, we deploy by simply exporting projects from DEV and importing them into TEST/PROD. This works, but it also allows quick changes directly on PROD, which isn’t ideal for tracking and versioning.
I’ve seen that PTC recommends packaging as extensions – which gives versioning, rollback, and cleaner deployments – but it also means every change requires a new package and PROD configs can get overwritten.
👉 What’s the best recommended way in practice?
Stick with simple export/import?
Or always use extensions with versioning?
How do you handle quick fixes vs. safe, reproducible deployments?
Thanks for your advice!

