Why is it required to provide a s3, azure blob or github blob storage for migrations? (bbs2gh) #1303
-
I'm working on a migration where we are already exporting the .tar file from the BitBucket repo via the API. I want to use this repo tar file using Why do I need to provide a storage option? Can the GEI just use the local tar from the machine where the GEI is running without needing to upload to storage? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The migration happens on the GitHub backend, this CLI is just a wrapper for various API calls. When the backend migration logic runs it needs access to the migration archive, and can’t reach out to your local machine to get it. |
Beta Was this translation helpful? Give feedback.
The migration happens on the GitHub backend, this CLI is just a wrapper for various API calls. When the backend migration logic runs it needs access to the migration archive, and can’t reach out to your local machine to get it.