Skip to content

Fix: Change PostgreSQL port to 15432 for Windows compatibility#24

Merged
AndrGab merged 1 commit into
AndrGab:mainfrom
WalkingDevFlag:fix/windows-port-conflict
Oct 12, 2025
Merged

Fix: Change PostgreSQL port to 15432 for Windows compatibility#24
AndrGab merged 1 commit into
AndrGab:mainfrom
WalkingDevFlag:fix/windows-port-conflict

Conversation

@WalkingDevFlag
Copy link
Copy Markdown
Contributor

Improved UI messaging:

  • Updated chat placeholder to clarify it's for messages only
  • Enhanced sample SQL button help text with clearer CDC testing instructions
  • Changed help text icon from info-circle to lightbulb for better UX

Windows reserves port ranges 5432-5675 for Hyper-V/Docker dynamic port allocation,
causing PostgreSQL container binding failures. Changed external port mapping from
5432:5432 to 15432:5432 to avoid conflicts.

Also improved UI messaging:
- Updated chat placeholder to clarify it's for messages only
- Enhanced sample SQL button help text with clearer CDC testing instructions
- Changed help text icon from info-circle to lightbulb for better UX

Tested:
- All 6 containers start successfully on Windows
- PostgreSQL accessible on localhost:15432
- Debezium connector running and capturing CDC events
- Metrics endpoint functioning correctly
@WalkingDevFlag
Copy link
Copy Markdown
Contributor Author

@AndrGab pls review

Copy link
Copy Markdown
Owner

@AndrGab AndrGab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndrGab AndrGab assigned AndrGab and WalkingDevFlag and unassigned AndrGab Oct 12, 2025
@AndrGab AndrGab merged commit 66b35c9 into AndrGab:main Oct 12, 2025
4 checks passed
@WalkingDevFlag WalkingDevFlag deleted the fix/windows-port-conflict branch October 13, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants