Skip to content
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

Restore functionality #23

Closed
lowerends opened this issue Mar 28, 2015 · 1 comment
Closed

Restore functionality #23

lowerends opened this issue Mar 28, 2015 · 1 comment

Comments

@lowerends
Copy link

This package looks very promising, thanks!

Is there a way to restore a backup of the database with an artisan command?

@freekmurze
Copy link
Member

Hi,

currently there is no command to perform a restore. In my mind such a command should be able to:

  • let you choose from which filesystem a backup should be restored, which backup from that filesystem should be restored, which files should be restored, if the database should be restored
  • perform the restore itself

I can image such a command takes a lot of work. It also should be absolutely bugfree, you don't want to overwrite the wrong files in what is potentially the production environment.

Because I don't need this functionality myself, I'm not planning on adding this in the near future. But if you feel you're up to the task, feel free to submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants