Laravel-backup: Let's create v6 of laravel-backup: welcoming all feature requests and PRs (breaking changes allowed)

Created on 12 Nov 2018  路  9Comments  路  Source: spatie/laravel-backup

I plan on creating a new major version of the package that contains the breaking changes from this PR: #789

If you have a feature request or want to submit a PR that contains breaking changes: now's the time to do it! I can't promise all feature requests will make the cut or that all PRs will get merged, but I'm looking forward to your ideas around this!

revisit for next major version

Most helpful comment

It'd be great if you could configure the backup directory, or if it defaulted to storage/backups/{app.name} instead of storage/{app.name}

All 9 comments

I could investigate on how to add some sort of encryption to this backup package. Seems like it's working perfectly here: https://phpbu.de/manual/current/en/crypt.html

Encryption before uploading to remote filesystems would be nice in the next release.
https://stefanzweifel.io/posts/how-to-encrypt-file-uploads-with-laravel

  1. Maybe support for Restic (restic/restic).
  2. Some sort of very simple interface to see backups. As well as creating a new one via a button

@michellaurent thanks for the link!
@bbashy

  1. what do you mean by support? To me it seems like a separate backup package
  2. I don't want to maintain any UI I don't use myself, so that should go in it's own package. I've already created some screens for Nova.

It'd be great if you could configure the backup directory, or if it defaulted to storage/backups/{app.name} instead of storage/{app.name}

@lofye can't you already do this by changing the path of your backups disk in the filesystems.php config file?

I could investigate on how to add some sort of encryption

While it's totally doable to adds phpbu's encryption features (https://phpbu.de/manual/current/en/crypt.html) I currently have no need for this myself. This feature can be added in a non-breaking way. If somebody wants this and has the time to code it up, feel free to send a PR.

I think adding support for Redis backup (as a .rdb file) would be really helpful. Some use cases:

  1. Migration of redis server to another while wanting to keep session/queue data intact (if using redis driver)
  2. Say you're using Redis for leaderboards/counting (such as page views for popular pages) and need a daily backup
  3. Redis pub/sub

Closing this for now, thanks for the suggestions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ClickerVinod picture ClickerVinod  路  3Comments

itzikbenh picture itzikbenh  路  3Comments

spaceemotion picture spaceemotion  路  3Comments

sunnyjayjay picture sunnyjayjay  路  4Comments

rylxes picture rylxes  路  5Comments