Hi guys, I have a question is there any way to rol...
# getting-started
a
Hi guys, I have a question is there any way to rollback/update a specific stack to a specific version?
l
Since a stack is just an instance of your Pulumi program, there is no rollback capability at the stack level. The best way to do this is to maintain versions of your code in your versioning tool so that you can redeploy the last stable version in case changes have adverse effects.
👍 1
121 Views