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
3
votes
4 answers

Why do I get this error when I try to push my SQLite3 to Postgresql (via Taps) on Cedar Stack?

I've done quite a bit of research on Heroku Dev Center and I am now looking to the community for help. Here is my problem. I can not push my db to Heroku Cedar Stack. I am trying to migrate a sqlite database to postgresql via Taps gem. When I am…
rhodee
  • 1,257
  • 1
  • 14
  • 27
3
votes
2 answers

Getting an 'Application Error' when trying to push my database to Amazon RDS with the heroku gem

Whenever I try to push my local mysql database to Amazon RDS I get a 503 application error: bundle exec heroku db:push ... Sending schema Schema: 40% |================ | ETA: 00:00:38 Saving session to…
Bastien
  • 481
  • 4
  • 16
3
votes
1 answer

Segmentation fault when using taps to export database from heroku

I'm using taps to export PostgreSql database from Heroku to my locally Mysql2 database, when I run the following commands in terminal, heroku db:pull mysql2://root:@127.0.0.1/spendon_dev --app huanarle it says…
jimhj
  • 53
  • 6
3
votes
2 answers

Error while executing gem...Permission Denied

I am attempting to install taps from my Heroku app folder. When I type "gem install taps," I get the following error: ERROR: While executing gem ... (Errno::EACCES) Permission denied -…
Jacob
  • 51
  • 1
  • 4
3
votes
2 answers

"Time zone displacement out of range" for heroku db:push, unable to solve using ruby 1.9.2

This question has been asked elsewhere, but it seems like the problem is back and the previous solutions don't work anymore. Exception output is similar to: Saving session to push_201205201307.dat.. !!! Caught Server Exception HTTP CODE: 500 Taps…
paulb
  • 76
  • 1
  • 7
2
votes
1 answer

Tap Handling in Cocos2d

Im working on a game in cocos2d where two people tap on the screen at the same time in different places and each tap counts as a different action? This is my current code, which doesn't allow the two taps to be counted at the same…
mattblessed
  • 772
  • 1
  • 12
  • 27
2
votes
2 answers

Swift - How to identify difference between single and double taps

I know that there are posts out there that solves the identifying difference between single and double taps problem but they are all either outdated or in c++. So, I want to know how to identify the difference between single and double taps because…
Andy
  • 169
  • 10
2
votes
2 answers

Heroku: Postgres type operator error after migrating DB from MySQL

This is a follow-up to a question I'd asked earlier which phrased this as more of a programming problem than a database problem. Postgres error with Sinatra/Haml/DataMapper on Heroku I believe the problem has been isolated to the storage of the ID…
sevennineteen
  • 1,182
  • 8
  • 14
2
votes
1 answer

Heroku taps push weirdness

I have the strangest experience using taps to move data between my machine and Heroku. It works fine except that it seems to lose 0s directly behind the decimal place for my geo coordinates i.e. 50.0519322 for some reason gets set to 50.519322... no…
holden
  • 13,471
  • 22
  • 98
  • 160
2
votes
2 answers

Easy way to push postgres db to heroku in Win7? problems with db:pull and pg:transfer

Using Rails 3.2.2, finishing up my migration from sqlite to postgres 9.2. Used answer in this tutorial as a guide to install postgres and got stuck on Step 11 where it asks run heroku db:pull where I get: Failed to connect to database:…
JStandard
  • 53
  • 8
2
votes
1 answer

When pushing to a PostgreSQL, a .dat file is created? Using taps

Since Heroku now supports ruby 1.9.3 but not sqlite3, I finally went along and took the journey to discover Heroku's way of using PostgreSQL. Took a little time to understand and configure, but I trucked through the weekend and gained some solid…
saltex
  • 133
  • 1
  • 1
  • 5
1
vote
3 answers

Faster way to pull data from Heroku not using Taps... part II

I've been trying to use the solution described in this post: Is There A Faster Way To Pull Production Data From Heroku Than Taps? But I use Mysql locally, other than PostgreSQL. Is there a way to use that solution but still using Mysql for…
Valadares
  • 77
  • 9
1
vote
2 answers

Heroku db:pull fails with SQLite error?

Not sure what's happening, so here's the full trace: Receiving schema Schema: 0% | | ETA: --:--:-- Schema: 9% |=== | ETA: 00:00:15 Schema: 18%…
Slick23
  • 5,827
  • 10
  • 41
  • 72