Hi guys, I have a question is there any way to rollback/update a specific stack to a specific version?
f
fast-sandwich-30809
06/25/2024, 3:13 PM
Specific version of what? Like a git commit hash; or typescript version; pulumi version; pulumi provider version?
w
white-balloon-205
06/26/2024, 4:27 AM
In general, the suggestion for “roll back” is to roll forward to the old target - which is typically a git commit that captures the code and dependency versions deployed at a previous point in time.
a
aloof-secretary-56810
06/30/2024, 6:55 AM
@fast-sandwich-30809 I was talking about, export and import the stack version (for each stack you have update versioning) I was asking if there is a way to update this exported details into as stack , something that it's not related to the source code git repo