We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to dump some data into the database. How do I do that?
I suggest we have an option called dump and put in the parameter of the dump file to import the database
The text was updated successfully, but these errors were encountered:
I am working on importing data in db, but exporting db should be done in similar way:
- name: Setup test database run: mysqldump db_name > backup-file.sql
Sorry, something went wrong.
No branches or pull requests
I need to dump some data into the database. How do I do that?
I suggest we have an option called dump and put in the parameter of the dump file to import the database
The text was updated successfully, but these errors were encountered: