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
so i have two db configs keys one is mysql, one is restore-db. i am using spatie to do a backup of mysql and then using this package to db defined in restore-db key.
when i run this command LOCALLY it SEEMS to be working fine.
In #20 we've updated the command to show the exact connection information in the confirmation dialog.
We have tests that assert that the right connection is used and shown to the user.
By using --no-interaction Laravel/the command doesn't ask for confirmation and just proceeds with restoring the backup. Could you share the output you receive when running the command without ---no-interaction?
so i have two db configs keys one is mysql, one is restore-db. i am using spatie to do a backup of mysql and then using this package to db defined in restore-db key.
when i run this command LOCALLY it SEEMS to be working fine.
artisan backup:restore --disk=s3 --backup=latest --no-interaction --connection=restore-db
but on staging what it is doing is IGNORING restore-db, and restoring to db defined in mysql..
The text was updated successfully, but these errors were encountered: