container id fix

This commit is contained in:
shimon
2023-08-11 00:03:30 +03:00
parent d6128282f5
commit 92e08d3a2d
+1 -1
View File
@@ -143,9 +143,9 @@ class Backup extends Action
'--password=' . $this->dsn->getPassword(),
'--host=' . $this->dsn->getHost(),
'--port=' . $this->dsn->getPort(),
'--no-server-version-check',
'--backup',
'--strict',
'--verbose',
'--history=' . $this->database, // logs PERCONA_SCHEMA.xtrabackup_history name attribute
'--slave-info',
'--safe-slave-backup',