Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Documentation of optional parameters change
ebfbedros authored Feb 8, 2024
1 parent 01bd8e2 commit 9e15f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ Optional parameters are:
```
--target-db-prefix=piwik_ Target database table prefix (default: "")
--target-db-port=3306 Target database port (default: "3306")
--target-db-enable-ssl=1 Used for establishing secure connections using SSL with target database host (default: 0)
--target-db-enable-ssl Used for establishing secure connections using SSL with target database host
--target-db-ssl-ca=/etc/ssl/certs/cert.pem The path name to the certificate authority file (default: "/etc/ssl/certs/cert.pem")
--target-db-ssl-no-verify=1 Disable server certificate validation of the target database (default: 0)
--target-db-ssl-no-verify Disable server certificate validation of the target database
--skip-logs Skip migration of logs (Raw tracking data)
--skip-archives Skip migration of archives (Report data)
--dry-run Enable debug mode where it does not insert anything.

0 comments on commit 9e15f3a

Please sign in to comment.