Database Platform
- Last Updated: April 8, 2022
- 2 minute read
MOVEit Transfer requires one of the database platforms listed in the following table.
Database Platform |
Vendor Version |
Local |
Remote |
Cloud |
Notes |
|---|---|---|---|---|---|
MySQL |
5.7.21 |
l |
Default. Packaged in MOVEit Transfer installer. |
||
Azure SQL |
Current |
N/A |
N/A |
l |
You can create an Azure SQL database using the Azure Management Portal. See the upgrade and migration section for instructions on how to migrate your current database to Azure SQL. |
MS SQL Server (Enterprise and Standard) |
2017 |
l |
l |
||
2016 |
l |
l |
|||
2014 |
l |
l |
|||
(Earlier versions) |
Not supported. |
Schema Support
MOVEit Transfer server schema supports English, French, German, Spanish, Chinese Simplified, Chinese Traditional, and Japanese.
Verify Your .NET Runtime Library Version (Used for SQL Server)
.NET 4.6.2 (or later) must be installed on the machine where SQL Server runs. If you are running SQL Server on a different host system than MOVEit Transfer, you will need to verify this and if necessary upgrade.
MOVEit Transfer loads stored procedures in the SQL database for better performance and simpler database access. Some methods called by these procedures require the .NET common language runtime (CLR). For these requirements, CLR integration is automatically enabled as part of the MOVEit Transfer installation.
Large Scale MOVEit Transfer Systems Using MS SQL Server
If you deploy MOVEit Transfer to use MS SQL Server, it is best practice to run TempDB on storage that performs well. Since version 8.2, MOVEit Transfer uses Read Committed Snapshot Isolation (RCSI) to mitigate latency and concurrency issues that might be realized in large installations (millions of files). For more details, see the Administrator Guide.