You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the database names and release name for Production is set to "local" instead of "production" due to historical reasons. Updating the name will allow for easier configuration changes in the future but will require some downtime as renaming Helm releases is not currently supported by Helm (1, 2).
The procedure (already completed for Development and Staging) would be done with the following steps:
Clone the databases to the new "production" name for use in blue-green testing
Test the updated databases
Restart the production deployment using the "production" name
lbeckman314
changed the title
Update Database and Release Names for Production
TKEDTE-224: Update Database and Release Names for Production
Sep 12, 2024
Currently the database names and release name for Production is set to "local" instead of "production" due to historical reasons. Updating the name will allow for easier configuration changes in the future but will require some downtime as renaming Helm releases is not currently supported by Helm (1, 2).
The procedure (already completed for Development and Staging) would be done with the following steps:
[1] helm/helm#1809
[2] https://engineering.salesforce.com/how-to-rename-a-helm-release-6fdcd7526ac7/
The text was updated successfully, but these errors were encountered: