[GH-ISSUE #484] Ability to restore backups on newly created database #309

Open
opened 2026-03-03 11:14:39 +03:00 by kerem · 0 comments
Owner

Originally created by @pavanbhaskardev on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/484

Problem

Currently, users cannot restore a backup to a newly created database. There is also no validation to prevent restoring a backup file of the wrong type (e.g., restoring a MongoDB backup to a PostgreSQL database).

Proposed Solution

  • Allow users to create a new database instance using an existing backup file.
  • Ensure the new database contains all the data from the backup file.
  • Implement backup file type validation to prevent users from restoring backups to incompatible database types (e.g., prevent restoring a MongoDB backup to a PostgreSQL database).
Originally created by @pavanbhaskardev on GitHub (Oct 18, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/484 ### Problem Currently, users cannot restore a backup to a newly created database. There is also no validation to prevent restoring a backup file of the wrong type (e.g., restoring a MongoDB backup to a PostgreSQL database). ### Proposed Solution - Allow users to create a new database instance using an existing backup file. - Ensure the new database contains all the data from the backup file. - Implement backup file type validation to prevent users from restoring backups to incompatible database types (e.g., prevent restoring a MongoDB backup to a PostgreSQL database).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#309
No description provided.