taps
taps copied to clipboard
simple database import/export app
I'm trying to use taps to move a database from a local mysql instance running on an Amazon EC2 instance to an RDS instance. The DB is of medium size,...
Using taps with heroku db:pull, we find that having more than just the public schema causes it to fail. Heroku support suggested that it was likely an issue with taps...
My production database on Heroku is several migrations behind my local database. In my local database, I now have a table called "pseudonyms". This is not present in production. When...
Hello, I am having an issue when running heroku db:push, which uses taps. This is the message I'm getting: Sending data 1 tables, 53,021 records departamentos: 7% |== | ETA:...
Hi, when I try to pull some data from an oracle database i get this error Taps Server Error: no marshal_dump is defined for class OCI8::CLOB there is a way...
When we pull down our database from an AWS RDS instance running 5.5.13 to our Macs running the same version of MySQL we see some default values are overwritten with...
iam trying tu push export a table to a heroku app, both databases are on utf8 but iam still getting the invalid byte sequence error. I have tried to make...
Versions: Taps 0.3.23 Rails 3.0.7 Spree 0.60.0 Hi, I'm trying to push spree up to Heroku using 'heroku db:push' but it doesn't work for me: It simply asks for a...
I couldn't try to use the plugin with a mysql user that has a space in its password. I also tried to url encode it, replacing ' ' by '%20'...
Hello. I'm not able to get a pull working. I have mysql on an Ubuntu slice version: mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (x86_64) using readline 5.2 When I...