bsutton / hmb

Hold My Beer is a CRM for single person handyman business as a mobile app.
Other
5 stars 3 forks source link

Implement db restore #16

Closed bsutton closed 4 months ago

bsutton commented 4 months ago

We can currently backup the db by emailing it to the user.

We need a method of restoring a db.

This probably looks like the user downloading the backup from their email client to the phone. The we need to provide a file picker to allow them to select and down load the backup.

I should note that each time we do a db upgrade we also backup the database. It would be nice if the user could also see these backups and choose to restore to a pre upgrade db.

bsutton commented 4 months ago

a restore option is now available however you need to manually upload the backup to some where like google drive as you can't currently pick a local file.