Skip to content

Commit e1188a3

Browse files
authored
README: note existence of the --username option of the SSH command
Bug: T365776
1 parent 4b4a600 commit e1188a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ If you need to work against a [Trove database](https://wikitech.wikimedia.org/wi
305305
pass the `--trove` flag, supplying the hostname, and make sure the `TROVE_` env variables are set correctly.
306306
The credentials for this are separate from the replicas and toolsdb.
307307

308+
If your Toolforge UNIX shell username is different than your local, you'll need to specify it with `--username`.
309+
308310
To query the replicas, inject the `ReplicasClient` service then call the `getConnection()`
309311
method, passing in a valid database, and you should get a `Doctrine\DBAL\Connection` object.
310312
For example:

0 commit comments

Comments
 (0)