Skip to content

Add pgx5driver build tag to Go services for Postgres support#4

Draft
railway-app[bot] wants to merge 1 commit into
mainfrom
sandbox/c95a310e-9abd-48c7-a9ef--rv86
Draft

Add pgx5driver build tag to Go services for Postgres support#4
railway-app[bot] wants to merge 1 commit into
mainfrom
sandbox/c95a310e-9abd-48c7-a9ef--rv86

Conversation

@railway-app

@railway-app railway-app Bot commented Jul 12, 2026

Copy link
Copy Markdown

Summary

Added -tags pgx5driver to all Go service builds to enable PostgreSQL 5 driver support. This is required for the platform-service and other Go services to connect to PostgreSQL databases.

Changes

  • gateway: Added -tags pgx5driver to go build command
  • match-service: Added -tags pgx5driver to go build command
  • platform-service: Added -tags pgx5driver to go build command
  • matchmaking-service: Added -tags pgx5driver to go build command
  • analysis-worker: Added -tags pgx5driver to go build command
  • migrate: Added -tags pgx5driver to go build command

This ensures the pgx driver is compiled in, preventing connection failures when the platform-service attempts to connect to PostgreSQL.

## Summary
Added `-tags pgx5driver` to all Go service builds to enable PostgreSQL 5 driver support. This is required for the platform-service and other Go services to connect to PostgreSQL databases.

## Changes
- **gateway**: Added `-tags pgx5driver` to go build command
- **match-service**: Added `-tags pgx5driver` to go build command
- **platform-service**: Added `-tags pgx5driver` to go build command
- **matchmaking-service**: Added `-tags pgx5driver` to go build command
- **analysis-worker**: Added `-tags pgx5driver` to go build command
- **migrate**: Added `-tags pgx5driver` to go build command

This ensures the pgx driver is compiled in, preventing connection failures when the platform-service attempts to connect to PostgreSQL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants