• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Problem when restoring a virtual machine with Plesk Obsidian.

Johnny94

New Pleskian
Server operating system version
Ubuntu 20
Plesk version and microupdate number
Plesk Obsidian
Hello. We installed Plesk Obsidian in a virtual machine on Ubuntu 20. I configured all the parameters as I needed. Works great.

Now faced with a problem when backing up a virtual machine with Plesk and then restoring this image Plesk does not work. In my opinion, some Plesk files are corrupted.

My server is configured so that every week it backs up all my virtual machines to a separate storage system. All other virtual machines and services located in it are restored without errors. But it is Plesk that stops working after restoring from a backup.

Please help me to sort out this problem. I am attaching a screenshot of the error.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    230.7 KB · Views: 7
The error means that the database server isn't running:

What's the output of this command?

# systemctl status mariadb.service
 
The error means that the database server isn't running:

What's the output of this command?

# systemctl status mariadb.service

mariadb.service - MariaDB 10.6.7 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-07-16 04:21:26 UTC; 3s ago
Docs: man:mariadbd(8)
systemd
Process: 414131 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
Process: 414132 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 414134 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR exit 1 (code=exited, st>
Process: 414172 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE)
Main PID: 414172 (code=exited, status=1/FAILURE)
Status: "MariaDB server is down"
CPU: 143ms

Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [Note] InnoDB: Starting shutdown...
Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [ERROR] Plugin 'InnoDB' init function returned error.
Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [Note] Plugin 'FEEDBACK' is disabled.
Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [ERROR] Unknown/unsupported storage engine: InnoDB
Jul 16 04:21:26 ns1.regme.uz mariadbd[414172]: 2022-07-16 4:21:26 0 [ERROR] Aborting
Jul 16 04:21:26 ns1.regme.uz systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
Jul 16 04:21:26 ns1.regme.uz systemd[1]: mariadb.service: Failed with result 'exit-code'.
Jul 16 04:21:26 ns1.regme.uz systemd[1]: Failed to start MariaDB 10.6.7 database server.
 
Back
Top