Skip to content

Feature: Backup capability for UStore #336

@DarvinHarutyunyan

Description

@DarvinHarutyunyan

Describe what you are looking for

Be able to make backups for the DB on the specified path. View existing backups, delete and restore the necessary backup.
The necessary placeholders for this new functionality can be the following interface functions:

  • backup_create(db, path, id)
  • backup_restore(db, path, id)
  • backup_list(db, path, ids)
  • backup_drop(db, path, id)

Can you contribute to the implementation?

  • I can contribute

Is your feature request specific to a certain interface?

It applies to everything

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions