You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: