Posted on June 26, 2021 at 6:40 am
First thing is to back up the server / data before driving in Put the site in maintenance mode bin/magento maintenance:enable If you do not have composer installed, no would be a good time 🙂 – To install the plugin: composer require magento/composer-root-update-plugin=~1.0 –no-update If the composer runs out of memory you […]
Posted on January 5, 2018 at 3:21 pm
Change WordPress Permissions via the Shell over SSH This is a very simple execution via Termial on Mac or any other free SSH software for windows. Login to your server via SSH and enter the following commands to change your WordPress directory and file permissions. Typical is: command is USER@IP.ADDRESS followed by your password, you […]
Posted on May 10, 2016 at 3:48 am
Clear Plesk Mail Queue via SSH Qmail or Roundcube One of the most asked questions regarding mail being stuck on the server is how to clean unwanted or spam emails from our client’s servers is to run the following via SSH – it’s a quick and easy script to keep your server running smooth. First lets check […]