Skip to content

Commit 5e8a38d

Browse files
myrilla12DhiraPT
andauthored
[#13291] Update troubleshooting-guide.md for PostgreSQL port conflict when running dev server (#13355)
Co-authored-by: Dhiraputta Pathama Tengara <[email protected]>
1 parent 8de7914 commit 5e8a38d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/troubleshooting-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ This is possible if a part of API input/output definition changes.
3030
Simply rerun the command to build the type definitions to resolve the problem.
3131
</panel>
3232

33+
<panel header="When running ./gradlew serverRun, the authentication fails with 'org.postgresql.util.PSQLException: FATAL: password authentication failed for user &quot;teammates&quot;'" no-close>
34+
35+
This is possible if a local PostgreSQL instance is already running on port 5432.
36+
This can be fixed by manually killing the local PostgreSQL server process before running ./gradlew serverRun again.
37+
</panel>
38+
3339
<br>
3440

3541
## Common test errors and solutions

0 commit comments

Comments
 (0)