internal/dis/component/sql: Fix backup for mariadb
This commit is contained in:
parent
865959f530
commit
b084e3673b
3 changed files with 10 additions and 2 deletions
|
|
@ -58,3 +58,11 @@ func (sql *SQL) Stack() component.StackWithResources {
|
|||
},
|
||||
})
|
||||
}
|
||||
|
||||
const (
|
||||
// "mysql"-compatible executable for raw sql queries
|
||||
SQLQueryExecutable = "mariadb"
|
||||
|
||||
// "mysqldump"-compatible executable for dumping an entire database
|
||||
SQlDumpExecutable = "mariadb-dump"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue