Set Parameter: Migration.json
## Overview
This parameter file is used when migrating the Pleasanter DB from SQL Server to PostgreSQL. Please refer to the following page.
"[Migration Procedure from Pleasanter's DB from SQL Server to PostgreSQL](/en/manual/migrate-sql-server-to-postgresql)"
## Notes
When changing parameters, please refer to "[Confirmation When Changing Parameters](/en/manual/parameter-edit)".
## Setting Values
The setting values for this Parameter file are as follows.
|Parameter name|Value (e.g)|Description|
|:--|:--|:--|
|SourceConnectionString|Server=192.168.0.1;Database=Implem.Pleasanter;UID=Implem.Pleasanter_User;PWD=<Password you set>;Connection Timeout=30;|Set the connection string for the source SQL Server. For Server, specify the server name or IP address of the source SQL Server. For Database, specify the database name of the source Pleasanter (default is Implem.Pleasanter). For UID and PWD, specify the UID (default is Implem.Pleasanter_User) and PWD of "UserConnectionString" in the source Rds.json. |
|ExcludeTables|["SysLogs"]|Set the tables to be excluded from migration in array format. |