backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.
MIT License
655 stars 149 forks source link

Error trying to backup to Google Cloud Storage #120

Open lsansaa opened 5 years ago

lsansaa commented 5 years ago

Trying to run the backup-manager from command with "--destination=gcs" I get the next error:

In FilesystemProvider.php line 43:

  The requested filesystem type Gcs is not currently supported.

I'm using Lumen 5.8 and php 7.1.3.

No issues running with "destination=local"

ShawnMcCool commented 5 years ago

Hi there

Is it possible that you have not installed the necessary driver?

image

https://github.com/backup-manager/backup-manager#installation

lsansaa commented 5 years ago

Yes, I already tried with both drivers, the "league/flysystem-aws-s3-v3" as the documentation says that should works with both, and "league/flysystem-aws-s3-v2".

We are already trying the backup with another methods, but I'm still want to try with this one.