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
The backup set excluded the designated table names, but still backed up
'mysql' => [ // 其他配置... 'dump' => [ 'excludeTables' => [ 'request_logs', 'telescope_entries', 'telescope_entries_tags', 'telescope_monitoring', 'optimizer_logs', 'http_logs', 'admin_operation_log', ], 'useSingleTransaction' => true, // InnoDB 避免表锁定 ], ],
php artisan backup:run
The compressed backup file still contains the tables and their data on top ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The backup set excluded the designated table names, but still backed up
php artisan backup:run
The compressed backup file still contains the tables and their data on top ?
The text was updated successfully, but these errors were encountered: