-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Feature Request: Upload backup.zip #2599
Comments
Something similar was requested in #2547. It exists in my todo to consider it at later stage, but for now is left aside. |
@ganigeorgiev If it matters, I don't like this solution at all lol, I'm a DBA by trade and an app that would ingest its own database (backup or not) raises red flags simply from an optics perspective and could hurt adoption. Maybe I'm old school but certain things should be kept external to the application. I think this would instead be better handled by some helpful additions to the docs with suggestions, maybe some example scripts or services that play well with SQLite (aka Minio / Litestream etc..). |
@pookiepats as a developer who will be managing the admin panel, you can restore the backup in many ways, but if we assume that the final client ( non technical person ) who will be administrating the application from the admin panel, a simpler way such as the one suggested by @tastycrayon is perfect. |
I've added in the For performance reason we currently validate only the mimetype of the file (aka. it needs to be a zip) and whether a backup with the uploaded filename already exists. The JS and Dart SDKs were also updated in their respective |
Recently, I migrated my app to GCP. After fresh install, I wanted to migrate the entire
pb_data
.Example:
My duct tape solution
(it is not related to the feature requested)
As of now, I have created an endpoint which manually puts uploaded file to
pb_data/backups
folder. But it would be so much nicer to have an upload option built in to the backup section, similar to the image above.Full code link here
Possible Pitfall
The text was updated successfully, but these errors were encountered: