Skip to content

Instantly share code, notes, and snippets.

@mortenbagai
Created February 24, 2009 00:42
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/69300 to your computer and use it in GitHub Desktop.
Save mortenbagai/69300 to your computer and use it in GitHub Desktop.
tubbs:~ morten$ heroku db:pull sqlite://foo.db --app wiki
Receiving schema from remote taps server http://heroku:osui59a24am79x@taps.heroku.com into local database sqlite://foo.db
Receiving data from remote taps server http://heroku:osui59a24am79x@taps.heroku.com into local database sqlite://foo.db
8 tables, 567 records
schema_info: 100% |==========================================| Time: 00:00:00
users: 100% |==========================================| Time: 00:00:00
comments: 100% |==========================================| Time: 00:00:00
pages: 100% |==========================================| Time: 00:00:00
revisions: 100% |==========================================| Time: 00:00:02
sessions: 100% |==========================================| Time: 00:00:00
tags: 100% |==========================================| Time: 00:00:00
taggings: 100% |==========================================| Time: 00:00:00
Receiving schema indexes from remote taps server http://heroku:osui59a24am79x@taps.heroku.com into local database sqlite://foo.db
nil
Resetting db sequences in sqlite://foo.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment