Created
September 10, 2009 22:02
-
-
Save mortenbagai/184864 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bin/migrate on5wis-books [email protected] | |
** App Name on5wis-books | |
** App ID 53919 | |
** Pulling code from S3 | |
** Untarring code tp /tmp/hg1016206/ | |
** Git commiting all open changes in the garden working tree | |
$ rm -rf `find . -type d -name .git` | |
$ rm data.tar.gz | |
$ git init | |
$ git add . | |
$ git commit -m 'Heroku Garden Export' -a | |
** Pulling Data From S3 -> herokugarden.com/app53919/ | |
/opt/local/lib/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/object.rb:177:in `find': No such key `herokugarden.com/app53919/' (AWS::S3::NoSuchKey) | |
from /Users/morten/code/garden/lib/garden_app.rb:224:in `from_s3_to_local' | |
from /Users/morten/code/garden/lib/garden_app.rb:25:in `migrate' | |
from bin/migrate:32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment