If I were to retrieve state at a given point in ti...
# general
f
If I were to retrieve state at a given point in time which would be the best way to achieve that? I know that the pulumi CLI include a
pulumi stack history
, which seems to be a git-based history of the stack state. Is there any way to do that, whether it be using
stack history
or some other means ?
b
As I mentioned in my reply to @dazzling-author-49810, if you're using the Pulumi Service as your backend it looks like you can see old stack states in the Activity section: https://www.pulumi.com/docs/intro/pulumi-service/projects-and-stacks/#stack-activity I can't confirm that though as I'm using Azure as the state backend, and it no longer seems possible with Azure without some custom coding.
🙌 1