1 recipe shared
I had a Forge instance with five WordPress websites and MySQL binary logs took up over 10GB of space and eventually crashed the server. Run this to disable binary logging and be sure to check that ...
# Disable MySQL8 Binary Logs echo "disable_log_bin" >> /etc/mysql/my.cnf # Restart MySQL