Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/migrate-s3-bucket
https://github.com/drnic/migrate-s3-bucket
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drnic/migrate-s3-bucket
- Owner: drnic
- Created: 2016-02-14T22:18:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T22:18:44.000Z (over 8 years ago)
- Last Synced: 2023-04-10T17:09:52.645Z (over 1 year ago)
- Language: Go
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrate between S3 blobstores on Cloud Foundry
Migrating one or all your Cloud Foundry buckets from RiakCS to AWS S3 or between any two AWS S3-compliant blobstores? Then this app is for you.
## Usage
Push the application to your Cloud Foundry space, bind it to the source & destination service instance (blobstores/buckets), SSH into a container and run the migration command.
```
cf push migrate-s3-bucket --no-start --no-route
cf bind-service migrate-s3-bucket from-bucket
cf bind-service migrate-s3-bucket to-bucket
cf restart migrate-s3-bucket
cf ssh migrate-s3-bucket
```Then run the application:
```
./migrate-s3-bucket list
```