Skip to content

fix(dx): align local Postgres DB name in packages/prisma docker-compose#28236

Closed
deepshekhardas wants to merge 1 commit into
calcom:mainfrom
deepshekhardas:fix/align-postgres-db-defaults
Closed

fix(dx): align local Postgres DB name in packages/prisma docker-compose#28236
deepshekhardas wants to merge 1 commit into
calcom:mainfrom
deepshekhardas:fix/align-postgres-db-defaults

Conversation

@deepshekhardas
Copy link
Copy Markdown

Fixes mismatch between packages/prisma/docker-compose.yml (cal-saml) and .env.example defaults (calendso). Changed POSTGRES_DB to calendso. Fixes #28106

…v.example defaults

The packages/prisma/docker-compose.yml used 'cal-saml' as POSTGRES_DB while
all .env.example files default to 'calendso' in DATABASE_URL. This mismatch
caused first-time setup failures on fresh Docker volumes.

Fixes calcom#28106
@graphite-app graphite-app Bot added the community Created by Linear-GitHub Sync label Mar 2, 2026
@github-actions github-actions Bot added the 🐛 bug Something isn't working label Mar 2, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@calcom calcom deleted a comment Mar 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR has been marked as stale due to inactivity. If you're still working on it or need any help, please let us know or update the PR to keep it active.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 6, 2026

This PR has been closed due to inactivity. Please feel free to reopen it if you'd like to continue the work.

@github-actions github-actions Bot closed this Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working community Created by Linear-GitHub Sync size/XS Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(dx): align local Postgres DB defaults (POSTGRES_DB vs DATABASE_URL)

3 participants