Jarrodsz / dokku-edgedb

an edgedb plugin for dokku
MIT License
15 stars 0 forks source link

Extend backup solution with locale filestorage #11

Closed Jarrodsz closed 1 year ago

Jarrodsz commented 1 year ago

If im correct reading the docs currently only S3 backups are possible?

A proposal to extend the backup feature with 2 small additions.

  1. Local storage on the server where dokku runs on ( outside the container ) encrypted.
  2. Option to use SCP to copy database backup securely to a remote file server.
IgnisDa commented 1 year ago

I don't think this should be supported in the core plugin. I want to keep this plugin feature parallel with the other Dokku official plugins. However, since plugins are just bash scripts, you can write one out and I'll be glad to include it on the repository wiki.