Questions tagged [taps]

Taps – simple database import/export app

A simple database agnostic import/export app to transfer data to/from a remote database. Developed by Heroku it is now open source on Github: https://github.com/ricardochimal/taps

75 questions
0
votes
2 answers

heroku:db push is not working, time zone displacement out of range

I cannot seem to push using heroku, heroku db:pull works fine but not heroku db:push here is the error i get Taps Server Error: PGError: ERROR: time zone displacement out of range my gemfile source 'https://rubygems.org' gem 'rails',…
Francois
  • 10,465
  • 4
  • 53
  • 64
0
votes
1 answer

heroku rake db:pull

i am trying to pull my heroku apps database from the heroku server to my local machine. i have done this a bunch like this... $heroku db:pull mysql://root:mypass@localhost/app_data Loaded Taps v0.3.24 Warning: Data in the database…
0
votes
2 answers

heroku db:push error with toolbelt

Is there a way to download Heroku toolbelt with ruby 1.9.3 ? Now It automatically installs 1.9.2 from the homepage - https://toolbelt.heroku.com/. Can't do db:push to Heroku, because of this. Update I found it here -…
em-v
  • 417
  • 1
  • 3
  • 14
0
votes
2 answers

Pushing mysql to heroku

I succesfully ported to Django app to heroku, and now I just need to push the database. I tried with: heroku db:push mysql://root@localhost:themedb and got the following error: Loaded Taps v0.3.23 ! Invalid database url I'm pretty sure…
leonsas
  • 4,718
  • 6
  • 43
  • 70
0
votes
0 answers

Pushing binary DB data to heroku gets currupted

You can push your local DB to your Heroku app using the taps gem. The command is: heroku db:push This works fine for me except for when pushing binary data. The data gets changed. For example here are the first few chars on my binary data locally:…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
0
votes
1 answer

Can I run heroku run rake db:migrate after using taps and heroku db:push?

I accidentally deleted my production database on heroku cedar stack several months ago. I tried to recreate the db via heroku run rake db:migrate, but something was wrong with my migrations and it failed. I then installed taps and did a heroku…
tomb
  • 1,374
  • 1
  • 13
  • 23
0
votes
2 answers

Cannot run heroku db:push

I'm trying to push my database to heroku runnig command and have an error ~ heroku db:push Taps Load Error: no such file to load -- sqlite3/sqlite3_native ! You may need to install or update the taps gem to use db commands. ! On most…
Ilya Cherevkov
  • 1,743
  • 2
  • 17
  • 47
0
votes
2 answers

PG::Error: ERROR: invalid byte sequence for encoding "UTF8": 0xed2020 (Sequel::DatabaseError) while importing MySQL into PostgreSQL via Taps

I've been trying to migrate my MySQL to Postgres, and from what I found, the taps gem. Unfortunately, it is failing on basically every single table with user data in it with some sort of this exception PG::Error: ERROR: invalid byte sequence for…
Jakub Arnold
  • 85,596
  • 89
  • 230
  • 327
0
votes
2 answers

heroku postgres copy - "! App not found"

Trying to copy a production db with: heroku db:pull postgres://postgres:@localhost/prod_20120717 \ --app my_app --confirm my_app but I get: $ heroku db:pull postgres://postgres:@localhost/prod_20120717 --app my_app \ --confirm my_app Loaded Taps…
Michael Durrant
  • 93,410
  • 97
  • 333
  • 497
0
votes
2 answers

heroku db:pull to ubuntu postgresql

I want to migrate my application from Heroku to my own ubuntu server. What is the correct syntax to do this using taps/heroku db:pull?
Kyle Decot
  • 20,715
  • 39
  • 142
  • 263
0
votes
2 answers

URI::InvalidURIError PostgreSQL Rails 3.2.3

Having an Issue. Running PostgreSQL,Rails 3.2.3 , Ruby 1.9.2p180 and 1.9.3(via Pik) on Windows 7 . When i try to Do heroku db:push on ruby 1.9.2, i get an Error Loaded Taps v0.3.23 Auto-detected local database:…
dev
  • 382
  • 1
  • 3
  • 17
0
votes
1 answer

heroku pg error when uploading changes and database: (Sequel::DatabaseError)

I made some changes in my local development version of my app. Then I uploaded everything using git the usual thing. To push my changes to the database I used: heroku db:push I get this error on my terminal: Sending…
banditKing
  • 9,405
  • 28
  • 100
  • 157
0
votes
1 answer

Taps gem is slow

I'm currently importing from Heroku a postgree database to my machine using Taps. The database is around 5MB and has around 20k objects. It is taking like 15 minutes so far. Any idea why is taking so long and is there any way to make this faster?…
Martin
  • 11,216
  • 23
  • 83
  • 140
-1
votes
2 answers

Heroku db:pull taps gem pulls previously db:push'd data instead of current data

I'm using the taps gem, and I am trying to use heroku db:pull to pull down my current production database. However, when I pull, it pulls down a database that I db:push'd almost 3 months ago, instead of the current DB. Is there a way to specify that…
rpearce
  • 1,720
  • 1
  • 21
  • 29
-1
votes
1 answer

Tap count when application is in background

Is it possible to count the number of Taps when an application is in background mode?
1 2 3 4
5