You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have our MySQL instance running on a separate server. When we go to run the upgrade.php file we have it bomb out at the backup database step, which is because the mysqldump binary is not installed on the local webserver.
Should the upgrade.php file be updated for that step to handle this situation? Or, is there an environment variable that I've missed that could be used to effectively skip this step?
At this stage, we have just been commenting out those lines of the upgrade.php file before we begin, and running dumps/snapshots on the separate server anyway, but if there is an existing method that we should be following for this setup then we'd obviously like to make sure we are following that.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi all.
We have our MySQL instance running on a separate server. When we go to run the upgrade.php file we have it bomb out at the backup database step, which is because the mysqldump binary is not installed on the local webserver.
Should the upgrade.php file be updated for that step to handle this situation? Or, is there an environment variable that I've missed that could be used to effectively skip this step?
At this stage, we have just been commenting out those lines of the upgrade.php file before we begin, and running dumps/snapshots on the separate server anyway, but if there is an existing method that we should be following for this setup then we'd obviously like to make sure we are following that.
Cheers!
The text was updated successfully, but these errors were encountered: