MINIO
DBSync Cloud Replication (Salesforce with MINIO)
Go to the database section and select the database type as MinIO.
In another tab, open your MinIO URL to get the database details.
Enter the credentials as username and password
After login, you will be redirected to the object browser of Minio
Now, go to the bucket section and create a bucket.
Give a name, for example, minbucket (in my case).
Now go to Access Keys and create access keys.
After clicking “Create access key,” you will see the Access and secret keys. Keep the secret key safe, as it only generates and is seen once.
Now enter all the credentials

Select the format in which you want to save your data in your MinIO

Note
This section will only be visible once CSV is selected in the “Save As Type”
This option enables you to select the format in which you want to save the data in MinIO
Select the Batch size

Purge Old Data For a Clean Copy
enabling this will clean the old data before performing the clean copy and adding new data to the bucketTest connection once all the details are filled test the connection
After a successful sync, we can see in the bucket(min bucket in my case) a folder created by the same name as the profile name.
Going inside, we can see the folders by the same name as the objects that we synced are created.
Inside the object, we can see that the data is saved in CSV/Parquet format.
Last updated