-
Hello, On the Silicon machine OrbStack was transferred, but I had to re-install it with the ARM version which was straight forward. But now, when I start the app it reports:
Is there a way to migrate/fix the data without deleting it and starting from scratch? I still have the old machine where OrbStack is working properly, so I know I have the option to remove all data with "reset" then build the containers, then transfer and import data manually, but is there an easier way to do that? Fix some storage path or migrate VM somehow? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can't fix the data but you can migrate it manually: Then copy to target and |
Beta Was this translation helpful? Give feedback.
You can't fix the data but you can migrate it manually:
tar cf data.tar ~/.orbstack/data
Then copy to target and
tar xf data.tar