Support for multiple table schemas #28
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The verifyBackup function on (this line)[https://github.com/BCDevOps/backup-container/blob/59699357cc6908bc9f1d29c907eec54fffc86762/docker/backup.sh#L1198] uses a
WHERE table_schema='${TABLE_SCHEMA}'
condition, withTABLE_SCHEMA
defaulting topublic
.This works well when there is only one table schema value; however, across multiple databases or even within the same database, there may be multiple differing table schema values. In that case, the condition above would miss those schema.
The text was updated successfully, but these errors were encountered: