ON OLD WHM/cPanel SERVER 1. Login via SSH or File Manager Use SSH or cPanel File Manager. bash CopyEdit cd /home/USERNAME/public_html 2. Export the WordPress files bash CopyEdit tar -czf theinvestigatornews.com.ng_files.tar.gz . 3. Export the database First, get the database name from wp-config.php. Then run: bash CopyEdit mysqldump -u USERNAME -p DATABASE_NAME > theinvestigatornews.com.ng_db.sql Compress it: bash CopyEdit tar -czf …