-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DigitalOcean spaces #102
Comments
I had the same problem and solved it by changing the configuration as follows: .env
filesystem.php
Don't forget to run "php artisan config:cache" if you have cached your configuration. |
Is this the setup you put in your I got the concept but a little confused on the configs since there is a separate config for this package. |
@ patrickriemer I don't get it, the Backup Manager has its own config file
I have tried a custom one :
But I received error : However in |
Any plan to support DigitalOcean Spaces? I have see that is s3 compatible but the command for s3 will append amazon's url which causes problem:
artisan db:backup --database=mysql --destination=s3 --destinationPath=my-space/backups/ --timestamp="Ymd-Hi" --compression=gzip
This will produce an error:
The text was updated successfully, but these errors were encountered: