From 20209f79df612ac2385057cb09061eed1915e9b3 Mon Sep 17 00:00:00 2001 From: colben Date: Mon, 25 May 2026 16:11:36 +0800 Subject: [PATCH] update --- content/post/mysql-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/mysql-backup.md b/content/post/mysql-backup.md index a99e252..217b2b9 100644 --- a/content/post/mysql-backup.md +++ b/content/post/mysql-backup.md @@ -143,7 +143,7 @@ dnf install mariadb-backup - 恢复,**提前停止 mariadb** ```bash - /opt/pxb/bin/xtrabackup --move-back --target-dir=/backup/full + /opt/pxb/bin/mariabackup --move-back --target-dir=/backup/full chown -R mysql:mysql /var/lib/mysql ```