This message was deleted.
s
This message was deleted.
b
@freezing-ability-2805 do you know the passphrase? have you set it?
f
No I don’t, it is set but I kind of not using it for this deployment (did change security provide do deploy and did successfully deploy to Dev&Qa) the passphrase cannot be recovered we need some how reset or delete it
b
you cannot reset or delete it, if you don’t know what it is, you’ll need to create a new stack and import all the resources into it
f
Thanks sounds good will do that just to understand if passphrase set per stack or per pulumi instance
b
It’s set per stack
👍 1
f
do you know how to destroy stack without passphrase? i tried to use this command but after typing stack name there is no actions...
b
You cannot perform any operations on a stack without the passphrase
f
ok is any advise how to proceed from here?
b
What do you want the end state to be?
f
i want apply my last changes and redeploy the stack to prod instance of Azure (i have done it for DEV and QA not sure how but i was able to destroy dev and qa stacks)
b
You will not be able to do that without the passphrase
What you’ll now need to do is: • delete the stack state from your state store • reimport all of the resources in that stack into a newly instantiated stack
f
that is sounds good how i can do the first step?
b
Delete the file in your state store, where that is
f
hmmm will need to dig for it thanks for your help!!!