davidjameshowell / vaultwarden_heroku

Vaultwarden (Bitwarden Rust implementation) self hosted in Heroku for Free!
95 stars 175 forks source link

Can you add an automatic backup function? #7

Closed ymcoming closed 3 years ago

ymcoming commented 3 years ago

For example, backup to Google Drive

zhongfly commented 3 years ago

waiting for this too

davidjameshowell commented 3 years ago

Definitely can consider something like this - let me think of some easy to use ways for all.

Would just a SQL dump of the database do?

ymcoming commented 3 years ago

Yes, I need to export the SQL database function. thx!

davidjameshowell commented 3 years ago

Planned functionality is to use Autobus to do database backups. Unfortunately this does mean it will be relegated to Heroku verified accounts as it is another Dyno. Otherwise you can take backup via MySQL workbench/mysql dump.

davidjameshowell commented 3 years ago

12 should help with this. For non-verified accounts, I would suggest using mysql dump to take a copy as automation without it is more difficult.