Code Monkey home page Code Monkey logo

Comments (8)

erikn69 avatar erikn69 commented on July 22, 2024

I'm using laravel backup without problems #26

from flysystem-google-drive-ext.

paramwork avatar paramwork commented on July 22, 2024

I'm using laravel backup without problems

@erikn69 I know many this plugin is compatible with laravel backup. But I am missing something that I can't seems to figure.

Do you think it is a Windows problem or with my files directories as error is " Unable to read file from location: launchlist. File not found in" ?

Backup is running without any issues on S3 and local btw.

from flysystem-google-drive-ext.

erikn69 avatar erikn69 commented on July 22, 2024

This backup package requires PHP 8.0, with the ZIP module and Laravel 9.0 or higher. It's not compatible with Windows servers.

It not has support for windows, requirements

But if you find a bug, make a PR

from flysystem-google-drive-ext.

paramwork avatar paramwork commented on July 22, 2024

This backup package requires PHP 8.0, with the ZIP module and Laravel 9.0 or higher. It's not compatible with Windows servers.

It not has support for windows, requirements

But if you find a bug, make a PR

I mean I am not using windows on server. My server is linux ami. I am developing locally on windows where "local" and "s3" is working fine. There is some issue with plugin.

from flysystem-google-drive-ext.

erikn69 avatar erikn69 commented on July 22, 2024

It is impossible for me to replicate your problem because everything is working correctly on my side #26, if you see the problem, do a test that demonstrates the problem on a laravel minimal aplication, so that others can review it, or do a pull request with the solution

from flysystem-google-drive-ext.

erikn69 avatar erikn69 commented on July 22, 2024

Tested on windows 10 with laravel 9 and mysql, everyting working as expected

from flysystem-google-drive-ext.

paramwork avatar paramwork commented on July 22, 2024

Okay sure.

from flysystem-google-drive-ext.

nocodelab avatar nocodelab commented on July 22, 2024

You can fix it adding this in backup.php from spatie backup package:

'name' => preg_replace('/[^a-zA-Z0-9._]/', '-', env('APP_NAME', 'laravel-backup')),

It's a problem related to the underscores added by that package.

from flysystem-google-drive-ext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.