You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure that the value of REDISCONNECT_JOB_MANAGER_CONFIG_PATH points to the correct jobmanager.properties in /home/viragtripathi/qa/vm/redis-connect/bin/redisconnect.conf before executing any of the options below
120
-
Check the value of redis.connection.url and credentials.file.path in jobmanager.properties e.g.
120
+
Check the value of redis.connection.url and credentials.dir.path in jobmanager.properties e.g.
| Update `credentials.file.path` and `redis.connection.url` in `/config/jobmanager.properties`<br/> Example - <ahref="/examples/postgres/demo/config/jobmanager.properties">jobmanager.properties</a>|
| Update `credentials.dir.path` and `redis.connection.url` in `/config/jobmanager.properties`<br/> Example - <ahref="/examples/postgres/demo/config/jobmanager.properties">jobmanager.properties</a> |
140
140
141
141
### Starting an instance
142
142
@@ -161,9 +161,9 @@ Redis Connect Swagger UI is available on port 8282 by default. If you're running
161
161
<br>_For quick start, use a sample job configuration:_ <ahref="/examples/db2/demo/config/samples/payloads/cdc-job.json">DB2</a>, <ahref="/examples/files/demo/config/samples/payloads/cdc-job.json">Files</a>, <ahref="/examples/gemfire/demo/config/samples/payloads/cdc-job.json">Gemfire</a>, <ahref="/examples/mongodb/demo/config/samples/payloads/cdc-job.json">MongoDB</a>, <ahref="/examples/mysql/demo/config/samples/payloads/cdc-job.json">MySQL</a>, <ahref="/examples/oracle/demo/config/samples/payloads/cdc-job.json">Oracle</a>, <ahref="/examples/postgres/demo/config/samples/payloads/cdc-job.json">PostgreSQL</a>, <ahref="/examples/mssql/demo/config/samples/payloads/cdc-job.json">SQL Server</a> and <ahref="/examples/vertica/demo/config/samples/payloads/cdc-job.json">VERTICA</a>
162
162
<br><br><imgsrc="/images/quick-start/Redis Connect Save Job Config.png"style="float: right;"width = 700pxheight = 375px/>
| Update `credentialsFilePath`, `databaseURL`, `database.dbname` (`database.names` for SQL Server), `database.hostname`, `database.port` and `columns` within sample job configuration for source and target, where applicable. |
| Update `credentialsDirectoryPath`, `databaseURL`, `database.dbname` (`database.names` for SQL Server), `database.hostname`, `database.port` and `columns` within sample job configuration for source and target, where applicable. |
0 commit comments