Skip to content

PostgreSQL support taking backup of multiple database using pg_dump instead of pg_dumpall #19

@hossainemruz

Description

@hossainemruz

Possible Solution

During Backup
Pipe the output of multiple pg_dump to a tar process. Then, pipe the output of tar process to restic.

During Restore
Pipe the output of restic restore into a tar process that will split the stream on their own files. Then, pipe the output streams into multiple pg_restore command.

Meeting recording: https://youtu.be/s0G3XXfupIU

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions