Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.11.13
Description
Ubuntu 24.04 using the command:
sudo mariabackup --defaults-file=/etc/mysql/mariadb.conf.d/50-server.cnf --backup \ |
--target-dir=/var/lib/mysql-files/ --user=replusr \ |
--password=password --port=3306 --backup --parallel=4
|
Start to make the ib_logfile0 file and then report
Connecting to MariaDB server host: localhost, user: replusr, password: set, port: 3306, socket: not set
|
[00] 2026-01-04 07:10:47 BACKUP STAGE START
|
[00] 2026-01-04 07:10:47 Acquiring BACKUP LOCKS...
|
[00] FATAL ERROR: 2026-01-04 07:10:47 failed to execute query BACKUP STAGE START: Can't create/write to file './ddl.log' (Errcode: 13 "Permission denied")
|
The command is executed from the same directory where the ib_logfile0 is created.
|
The reason using mariadbackup is to solve e restore problem with GTID parameters.
The "nornal"way to make a dump and restore this with sudo mysql database < database.sql give GTID location errors