laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Error trying to backup to Google Cloud Storage

Open lsansaa opened this issue 6 years ago • 2 comments

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"

lsansaa avatar Oct 15 '19 13:10 lsansaa

Hi there

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

image

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

ShawnMcCool avatar Oct 16 '19 11:10 ShawnMcCool

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.

lsansaa avatar Oct 16 '19 12:10 lsansaa