George_Fusioned
- Total activity 163
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 61
Comments
Recent activity by George_Fusioned-
Fantastic, thanks - that explains everything indeed. Is it enough to change the value of STARTDATE in /var/cpanel/users/[username] or is it referenced somewhere else too?
-
The weird thing is that I see no transfer logs under "Home " Transfers " Review Transfers and Restores" in order to investigate further. The migrations happened on the 22nd of July 2020 (I can conf...
-
Do you only have that backup from 3 months ago? No backup from yesterday for example? Unfortunately, unless you don't have recent backups there's no way to restore your database to the state it was...
-
Check WHM > SMTP Restrictions and see if it's enabled. Also if you're running CSF, and have SMTP_BLOCK = "1" then add the cPanel user of this particular website to the SMTP_ALLOWUSER list.
-
MariaDB 10.3.27 is not yet available in the generic 10.3 repo, only in the specific version repo:
-
Thanks, so it should be like this: 0 1 * * * root sleep $((1 + RANDOM \% 5))h $((1 + RANDOM \% 60))m; /usr/bin/yum -y update wp-toolkit-cpanel >/dev/null 2>&1 Yes, this looks correct.
-
Just add >/dev/null 2>&1 after the cron's command.
-
If you run a upcp now, rpmup should get the latest/fixed MariaDB packages.
-
The previous mariadb update (10.3.26) has created problems with some magento installations where mysqld process, produces high CPU load (this doesn't happen with 10.3.25). I was hopping that the n...
-
Actually this might be what I can look at, this seems straight forward and so this fixes both the UI and PHP issues, did you run into any issue in any of your nodes (assuming you have many to appl...