Installation
Instructions
- Windows
- Linux
- Docker/MacOS
To start using FastTransfer, first request a trial to download the latest version.
Once downloaded, unzip FastTransfer to a directory of your choice.
Expand-Archive -Path .\FastTransfer.zip -DestinationPath .\FastTransfer
You can verify the installation by checking the version:
.\FastTransfer.exe --version
To start using FastTransfer, first request a trial to download the latest version.
Once downloaded, unzip FastTransfer to a directory of your choice.
unzip FastTransfer.zip -d FastTransfer
On Linux, you need to give execution rights to the FastTransfer binary:
chmod +x FastTransfer
You can verify the installation by checking the version:
./FastTransfer --version
FastTransfer is available as a Docker image on Docker Hub.
Pull the latest version:
docker pull arpeio/fasttransfer
Or pull a specific version:
docker pull arpeio/fasttransfer:v0.0.0
You can verify the installation by checking the version:
docker run --rm arpeio/fasttransfer:latest --version
You are now ready to run FastTransfer.
After the trial period you will need a valid license. By default, FastTransfer will try to find a FastTransfer.lic file in the same directory as the executable. You can also provide another path, a URL, or even the license content using the --license parameter.
Embedded Drivers
The following database drivers are embedded in FastTransfer:
| Database | Embedded Drivers |
|---|---|
| Clickhouse | |
| DuckDB | |
| MS SQL Server | |
| MySQL | |
| Netezza | |
| Oracle | |
| PostgreSQL | |
| SAP HANA | |
| Teradata |
If you need another database not in the list, you can use ODBC or OLEDB but you will need to install your ODBC or OLEDB drivers of your favorite database.