This message was deleted.
# general
s
This message was deleted.
m
Hi Oguz! In order to roll back to a previous state, you'll need to change your Pulumi program to match the desired previous state. In effect, we roll back by rolling forwards--does that make sense?
n
Got it, thanks!
b
We've worked hard to ensure all program inputs are stored in source control, so -- especially for production workflows where you're doing Git-based CI/CD -- you just need to checkout your repo at the desired commit and
pulumi update
.