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
There are some flags in mysql and postgresql to exclude tables: pgdump -> --exclude-table={YOUR_TABLES} mysqldump -> --ignore-table={YOUR_TABLES}
mysql
postgresql
--exclude-table={YOUR_TABLES}
--ignore-table={YOUR_TABLES}
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from trylow10/main
8f79f75
feat: Add Telegram notification feature
No branches or pull requests
There are some flags in
mysql
andpostgresql
to exclude tables:pgdump ->
--exclude-table={YOUR_TABLES}
mysqldump ->
--ignore-table={YOUR_TABLES}
The text was updated successfully, but these errors were encountered: