processes.camna.com
Connect to the source server and run this command to find current disk usage for the website files and database size:
db_name=$(grep "DB_NAME" /var/www//wp-config.php | sed -E "s/.*'DB_NAME', '([^']+)'.*/\1/"); db_bytes=$(du -sb /var/lib/mysql/"$db_name" | cut -f1); www_bytes=$(du -sb /var/www/ | cut -f1); total=$(echo "$db_bytes * 2 + $www_bytes" | bc); echo "$(echo "scale=2; $total / 1024 / 1024 / 1024" | bc) GB"
Connect to the destination server and run this command to find current disk availability on the destination server:
df -h
If there is not enough disk space try another upgrade server.
# Reset NGINX password file chattr -i /etc/nginx/.htpasswd "> # Update password using a live merge tag htpasswd /etc/nginx/.htpasswd @@MERGE_TAG_30@@ # Restart the service systemctl restart nginx
Hi , As a part of your WordPress maintenance plan, we regularly monitor your website for software requiring security updates. These updates ensure your site remains safe from potential attacks and unscheduled downtime. Our recent review identified software that needs to be updated on . We have created a test upgrade site (please see details below) where we have updated the following: {list_of_updates} Popup User: {popup_username} Popup Password: {popup_password} We have scheduled your update for {day} {date} {month} at {time} ET (approximately). Can you please review the upgrade test site above and let us know if you have any feedback before then. Thanks,
Hi , As scheduled, we have gone ahead and updated . Our team then reviewed your updated site and it looks like everything is working well. We recommend that you also review your website and if you notice any problems, please notify us, and we'll be happy to assist you. If you would like anyone else to receive these notifications, please let us know, and we will be happy to add them. Thanks,