I was working with mysqlbackup command and in that was including certain tables but was unable to do
mysql Ver 8.0.34-commercial for Linux on x86_64 (MySQL Enterprise Server - Commercial)
I am working with mysqlbackup command and in that was including certain tables but was unable to do so
Scenario 1 :
mysqlbackup —include-tables=REGEX is my command containing a include-table switch and my REGEX contains 1900 tables so when I'm executing the switch the command executes the backup of 800 tables and the rest of the tables are being skipped .
So is there any limitations with the —include-table switch ?
Can please suggest me the Limitations that held with —include-tables
Scenario 2:
While working the same command on dividing the regex into 3 different text files I'm able to execute it via creating 3 different —backup-to -image files.