Skip to content

Commit d09f6cd

Browse files
authored
Update README.md
1 parent 266465b commit d09f6cd

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,24 +124,41 @@ one for each table to copy, plus the one for the job)
124124

125125
You'll also need to specify the connection parameters. They will be stored inside the kettle files (in
126126
cleartext, so don't make this directory public):
127+
127128
`-sd` : sql server database
129+
128130
`-sh` : sql server host
131+
129132
`-si` : sql server host instance
133+
130134
`-sp` : sql server port (usually 1433)
135+
131136
`-su` : sql server username
137+
132138
`-sw` : sql server password
139+
133140
`-pd` : postgresql database
141+
134142
`-ph` : postgresql host
143+
135144
`-pp` : postgresql port
145+
136146
`-pu` : postgresql username
147+
137148
`-pw` : postgresql password
149+
138150
`-sforce_ssl` : force a SSL connection to your SQL Server database. Required if ForceEncryption option is set to 'Yes'
151+
139152
`-pforce_ssl` : force a SSL connection to your PostgreSQL database. ssl=on should be set on the PostgreSQL server
153+
140154
`-f` : the SQL Server structure dump file
141-
-ignore_errors : ignore insert errors (not advised, you'll need to examine kettle's logs, and it will be slower)
155+
156+
`-ignore_errors` : ignore insert errors (not advised, you'll need to examine kettle's logs, and it will be slower)
142157

143158
`-pi` : The parallelism used in kettle jobs to read from SQL Server (1 by default, the jdbc driver frequently errors out when larger)
159+
144160
`-po` : The parallelism used in kettle jobs to write to PostgresSQL: there will be this amount of sessions used to insert into PostgreSQL. Default to 8
161+
145162
`-sort_size=100000`: sort size to use for incremental jobs. Default is 10000, to try to be on the safe side (see below).
146163

147164
We don't sort in databases for two reasons: the sort order (collation for strings for example) can be different between SQL Server

0 commit comments

Comments
 (0)