Skip to content

feat(db): migrate local stack from MySQL to PostgreSQL#38

Merged
BorschCode merged 2 commits into
mainfrom
develop
Dec 30, 2025
Merged

feat(db): migrate local stack from MySQL to PostgreSQL#38
BorschCode merged 2 commits into
mainfrom
develop

Conversation

@BorschCode
Copy link
Copy Markdown
Owner

feat(db): migrate local stack from MySQL to PostgreSQL

Switch development and testing environment to PostgreSQL.

- Replace MySQL service with PostgreSQL in compose.yaml
- Update healthcheck to use pg_isready
- Rename DB volume to sail-pgsql
- Update .env and .env.example for pgsql connection and ports
- Add SQL script to create testing database
- Remove MySQL-specific configuration

serega added 2 commits December 30, 2025 19:38
Switch development and testing environment to PostgreSQL.

- Replace MySQL service with PostgreSQL in compose.yaml
- Update healthcheck to use pg_isready
- Rename DB volume to sail-pgsql
- Update .env and .env.example for pgsql connection and ports
- Add SQL script to create testing database
- Remove MySQL-specific configuration
Switch development and testing environment to PostgreSQL.

- Replace MySQL service with PostgreSQL in compose.yaml
- Update healthcheck to use pg_isready
- Rename DB volume to sail-pgsql
- Update .env and .env.example for pgsql connection and ports
- Add SQL script to create testing database
- Remove MySQL-specific configuration
@BorschCode BorschCode merged commit 85b0f46 into main Dec 30, 2025
1 check passed
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.

1 participant