Skip to content

Incremental restore and restore database specific #3771

Open
@todeb

Description

@todeb

Overview

PGO allow do incremental restore of restored or cloned database
PGO allow only clone and restore specified database, if no database specified, all databases are cloned/restored

Use Case

  • Migrate huge databases to new cluster, perform full clone, then apply incremental restore to reduce downtime.
  • Split database from existing cluster to new or combine existing databases in two clusters into one. Specify the database or databases that you want to move. So only the specified database will be cloned/restored and other databases that exists on destination and source clusters will be untouched.

Desired Behavior

Additional parameters in datasource for specifing database to restore and incremental. Or deploying new yaml file with restore specification.

Environment

Tell us about your environment:

  • Platform: Kubernetes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions