I was trying to restore the backup, and this is what I got:
Please advise me..
Code:
/home/ubuntu/mariadb-backup/mariadb# mariabackup --prepare --target-dir=/home/ubuntu/mariadb-backup/mariadb/ mariabackup based on MariaDB server 10.6.12-MariaDB debian-linux-gnu (x86_64) [00] 2023-04-14 00:02:31 cd to /home/ubuntu/mariadb-backup/mariadb/ [00] 2023-04-14 00:02:31 open files limit requested 0, set to 1024 [00] 2023-04-14 00:02:31 This target seems to be not prepared yet. [00] 2023-04-14 00:02:31 mariabackup: using the following InnoDB configuration for recovery: [00] 2023-04-14 00:02:31 innodb_data_home_dir = . [00] 2023-04-14 00:02:31 innodb_data_file_path = ibdata1:12M:autoextend [00] 2023-04-14 00:02:31 innodb_log_group_home_dir = . [00] 2023-04-14 00:02:31 InnoDB: Using Linux native AIO [00] 2023-04-14 00:02:31 Starting InnoDB instance for recovery. [00] 2023-04-14 00:02:31 mariabackup: Using 104857600 bytes for buffer pool (set by --use-memory parameter) 2023-04-14 0:02:31 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2023-04-14 0:02:31 0 [Note] InnoDB: Number of pools: 1 2023-04-14 0:02:31 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2023-04-14 0:02:31 0 [Note] InnoDB: Using Linux native AIO 2023-04-14 0:02:31 0 [Note] InnoDB: Initializing buffer pool, total size = 104857600, chunk size = 104857600 2023-04-14 0:02:31 0 [Note] InnoDB: Completed initialization of buffer pool 2023-04-14 0:02:31 0 [ERROR] InnoDB: Log file ./ib_logfile0 size 11305311 is not a multiple of 512 bytes 2023-04-14 0:02:31 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error [00] FATAL ERROR: 2023-04-14 00:02:31 mariabackup: innodb_init() returned 11 (Generic error).
Comment