Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

compress/: support creating a single archive instead of several compressed filesΒ #220

@lichunzhu

Description

@lichunzhu

Feature Request

Is your feature request related to a problem? Please describe:

When dumpling dumps with --compress gzip parameter, dumpling will dump several compressed files. Here is an example:

$ ls export-20201219-200357/
metadata  test-schema-create.sql.gz  test.t-schema.sql.gz  test.t.sql.gz

This behavior is similar to mydumper.

Describe the feature you'd like:

Dumpling can compress these files into one archive. Here is an example:

export-20201219-200357.tar.gz

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Optimization:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions