"SQl Im port" via Crontab:
1 * * * * cd && cd httpdocs/ && drush sql:cli < db.sql -y
Solution
1 * * * * cd && cd httpdocs/ && php -c ~/httpdocs/drush.ini ~/httpdocs/vendor/drush/drush/drush sql:cli < db.sql -y
Neuen Kommentar schreiben