Sorry, I don’t got time. I got projects I need to work on.
Is there any option to get support from EasyEngine
Or can you guide to get complete backup of this website ?
Are you still on v3 or did you do an upgrade to v4?
Yes upgraded to v4 few days back then only it seems broken but website is working just fine
Paste the output of docker ps
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
No wonder the wp-cli command didn’t work, none of your containers are up. Try ee service enable
ee service enable
usage: ee service enable <service-name>
Hi again, what happens when you just type in mysql
in the terminal? You should see an error like this:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
If that shows up then it’s good news, you can export the DB.
It Says
mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 8579
Server version: 10.1.38-MariaDB-0ubuntu0.18.04.1 Ubuntu 18.04
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
Nice, type in: show databases;
Yes Its showing the databases:
MariaDB [(none)]> show databases;
+---------------------+
| Database |
+---------------------+
| bulkaccountshop_com |
| information_schema |
| mysql |
| performance_schema |
+---------------------+
Ok exit out of mysql and then type this:
mysqldump -u username -p bulkaccountshop_com > ~/bulkaccountshop_com.sql
Its comeleted but where is the file ?
It’s in your user’s home directory /home/username
It supposed to be under
root@cloud49:~# find ~/ -type f -name bulkaccountshop_com.sql
/root/bulkaccountshop_com.sql
root@cloud49:~#
BUt when I checked with file zilla there is nothing
It’s right there. I didn’t realize you were running as root.
It should be there but its not actually am installing zip
Yes in zip it worked thank you mate…