Hello everyone, I'm trying to migrate backend from...
# general
e
Hello everyone, I'm trying to migrate backend from self-managed AWS S3 to Pulumi Cloud with docs. (https://www.pulumi.com/docs/concepts/state/#migrating-between-state-backends) I wonder if the only option is to move the stacks one by one using the import and export commands. Is there any option to proceed with the migration by copying and pasting files? Also, is it possible to migrate not only the current status of the stack, but also the history and backup of the stack?
I think the only way to migrate the backend is to import and export the stack, since the structure of Pulumi Cloud and self-managed backend is much different. History and backup migration is impossible in the current situation because it's not a complete migration. Is it correct?