Skip to content

Instantly share code, notes, and snippets.

@mortenbagai
Created September 10, 2009 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortenbagai/184864 to your computer and use it in GitHub Desktop.
Save mortenbagai/184864 to your computer and use it in GitHub Desktop.
$ bin/migrate on5wis-books on5wis@mac.com
** 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