Alternative Approaches for Production Deployment Releases (Aside from Repository)
What are some alternative approaches for managing production deployment releases, aside from using a repository? I'm looking for any best practices, strategies, or documentation that can guide decision-making and deployment processes.
Any insights or resources would be greatly appreciated!
Comments
-
Hi,
I would like to emphasize that using a repository is the best and most recommended approach for managing production deployment releases. While it is possible to export projects from lower environments and import them into higher environments, this method is not recommended due to several potential issues.
Issues with Export/Import:
- Missing Updated Entities: Because the export/import process is manual, there’s a risk that some updated entities might be forgotten or missed—especially if developers forget to link them with the projects. With a repository, this is less likely since everything is version-controlled and tracked.
- No Versioning: One of the major benefits of using a repository is version control. This allows you to track all changes over time and ensures that each environment is consistent. When using export/import, there is no versioning system, so you can't easily compare or track changes between different deployments.
- No Easy Rollback: With a repository, you can quickly roll back to a specific version or revision if something goes wrong. This is not possible with the manual export/import process, which can lead to complications if an issue arises after deployment.
Recommended Documentation:
For more information on using repositories in deployment processes, I encourage you to check out the following documentation:
Given the challenges of manual export/import and the benefits of versioning and rollback in a repository, we strongly recommend using a repository-based approach for production deployment releases.
Howdy, Stranger!
Categories
- 4.1K All Categories
- 60 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions