Flexify.IO
Learn how to use Flexify.IO with Filebase.
Flexify.IO is a multi-cloud storage data migration solution that offers zero downtime when migrating data to Filebase from other cloud providers or from on-premise storage locations.
Flexify.IO is available for use as a cloud-hosted solution and as a free self-hosted service (Flexify.IO Community Edition) or an enterprise level paid self-hosted service (Flexify.IO Enterprise Edition).
Filebase has a native integration with Flexify.IO. Read below to learn more about how to use Flexify.IO with Filebase.
- Create a Flexify.IO account to use Flexify.IO's web dashboard, or install the free Flexify.IO Community Edition or the paid Flexify.IO Enterprise Edition for self-hosting the service.
From the dashboard, select ‘Data’ on the left side menu bar.



- Storage provider: Filebase
- Access Key ID: Your Filebase Access Key
- Secret Access Key: Your Filebase Secret Access Key
After your Filebase account has been added, Your Filebase buckets should be listed, you will see a listing of your Filebase buckets, their size, and the number of objects in each bucket.

This can be AWS, Wasabi, or any other cloud provider. To do this, from the ‘Data’ screen, select ‘Add Storage Account’ to add the desired source Cloud storage account.

This example uses Wasabi:

- Storage provider: Wasabi
- Access Key ID: Your Wasabi Access Key
- Secret Access Key: Your Awabi Secret Access Key
After your source Cloud account has been added, the buckets from that account should be listed.


This example copies data from Wasabi to Filebase.





- Storage provider: Filebase
- Access Key ID: Your Filebase Access Key
- Secret Access Key: Your Filebase Secret Access Key
After your Filebase account has been added, Your Filebase buckets should be listed, you will see a listing of your Filebase buckets, their size, and the number of objects in each bucket.




The
/mnt/filebase
directory is used for this example.docker run -p 9000:9000 \\
-e "MINIO_ACCESS_KEY=MINIO_ACCESS_KEY" \\
-e "MINIO_SECRET_KEY=MINIO_SECRET_ACCESS_KEY" \\
-v /mnt/filebase:/data \\
minio/minio server /data
Sign in with the access keys you used to create and start your Minio container, then confirm that your data is visible in Minio Browser.
4. Login to your Flexify.IO account or open the Flexify.IO Community Edition that has been locally installed.

- Storage Provider: Minio
- Endpoint: Your FIle Server IP Address and Port
- Access Key ID: Access Key used when creating your Minio container
- Secret Access Key: Secret Access Key used when creating your Minio container
- Uncheck the “Encrypt transfer with SSL” checkbox, unless SSL has been configured on the server.

- Storage provider: Filebase
- Access Key ID: Your Filebase Access Key
- Secret Access Key: Your Filebase Secret Access Key


If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago