Skip to content

Method to sync data with a S3 minio server #1774

@HugoLePoisson

Description

@HugoLePoisson

What would you like to be added or enhanced

I am currently using immudb connected with a S3 minio bucket.
Maybe that a method to sync the local data with the S3 server would be great (a method or an endpoint to trigger the upload of the data)

Why is this needed

It is needed because for the moment data are stored locally only until a chunk size is reached. Then a new chunk file is created and the closed chunk is copied on S3.
And when immudb stops, the partial chunk is copied to S3 for safety and consistency.

The chunk size is defined a the database creation and it is by default 512mb

Additional context

Love and thank you for your work, it is great :)

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