Taking cPanel backup in rescue mode
My server is in rescue mode and I'm trying to follow the instructions listed here : Guide: Create account backups from a crashed hard drive
Everything is fine until step 5, however, when I'm trying to start cpanel or mysql services, Centos 7 is redirecting me to /bin/systemctl and saying "Running in chroot, ignoring request."
{chrooted}[root@rescue /]# service mysql start
Redirecting to /bin/systemctl start mysql.service
Any help would be highly appreciated.
-
Hi, The systemd fails in chrooted environment. Rather than taking a backup, you can go with crash drive recovery of your machine directly from rescue mode to the new server.. 0 -
Start mysql in rescue /usr/bin/mysqld_safe > /dev/null 2>&1 & 0 -
Hello, Let us know if the advice in the previous post helps. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments