-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
db_ignore_data_tables seem not to impact the dump #78
Comments
Do you use mysql or postgresql? |
@numbata I am using MySQL |
@andreydeineko unfortunately, this option works only with postgresql now. |
@numbata This is really unfortunate. Thanks for info! Is it because making it available for MySQL is a problem or there is another reason this option does not work with MySQL? |
@andreydeineko it is impossible for MySQL to do this in one dump command (like in PostgreSQL). |
Looks like this was fixed on 9e8e760, the problem must be that you're using version 0.4 of capistrano-db-tasks. But that's the latest version, @sgruhier would it be a good idea to publish 0.5 ? UPDATE: Sorry, the commit I mentioned doesn't affect |
I tried using the
db_ignore_data_tables
option as follows (inconfig/deploy.rb
):But it still downloads the whole
versions
table with data.Where am I wrong?
Stack: Rails 4.2.4, capistrano 3.0.0, capistrano-db-tasks 0.4.
The text was updated successfully, but these errors were encountered: