We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--username
1 parent 4b4a600 commit e1188a3Copy full SHA for e1188a3
1 file changed
README.md
@@ -305,6 +305,8 @@ If you need to work against a [Trove database](https://wikitech.wikimedia.org/wi
305
pass the `--trove` flag, supplying the hostname, and make sure the `TROVE_` env variables are set correctly.
306
The credentials for this are separate from the replicas and toolsdb.
307
308
+If your Toolforge UNIX shell username is different than your local, you'll need to specify it with `--username`.
309
+
310
To query the replicas, inject the `ReplicasClient` service then call the `getConnection()`
311
method, passing in a valid database, and you should get a `Doctrine\DBAL\Connection` object.
312
For example:
0 commit comments