hey, we're experiencing an issue where some data s...
# general
n
hey, we're experiencing an issue where some data seems to be disappearing from our Pulumi Cloud account, is there anything going on which might be causing this?
specifically, for some older stacks which haven't been refreshed in several years, it seems like state is disappearing out from under us - it was there a few hours ago and gone now
in experimenting more, we're noticing that the export stack API for these stacks is coming back empty (but with a 200 response code), but the resource count API for the same stack is returning non-zero
eg (paths obfuscated), our test script is outputting:
Status: 200
Raw resource count response for org/project/stack
Copy code
{
  "resourceCount": 3,
  "version": 2
}
Status: 200
Raw response for org/project/stack:
{"version":1,"deployment":{"manifest":{"time":"0001-01-01T000000Z","magic":"","version":""}}}
q
Hey Russel, so sorry you're running into issues here! We'll look into this! Did you by any chance already create a support request about this? If not, could you please do that and provide us with the affected stack IDs so we can analyze what's going wrong. Thanks!
a
@narrow-river-17495 the issue should be fixed now. It was caused by some planned maintenance work.
n
Looking good, thank you!