Skip to content

Update postgresql.md version and username#10002

Open
abenn135 wants to merge 1 commit intomainfrom
abenn135-patch-1
Open

Update postgresql.md version and username#10002
abenn135 wants to merge 1 commit intomainfrom
abenn135-patch-1

Conversation

@abenn135
Copy link
Copy Markdown

@abenn135 abenn135 commented Apr 21, 2026

PostgreSQL 9.6 is no longer available through Homebrew. 18 is the latest and seems to work fine with Temporal. Updates instructions to specify current supported version.

Also, the text currently instructs you to create user postgres but the commandline actually creates user root, which is correct. Updates the text to match the command.

What changed?

Documentation used for testing Temporal.

Why?

Existing documentation is inaccurate and specifies a version of PostgreSQL that's no longer available through Homebrew nor supported.

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

Potential risks

It's conceivable that PostgreSQL v18 suffers from some subtle incompatibility with Temporal that is not obvious from existing integration tests, though this is extremely unlikely.

Furthermore, this will not automatically keep documentation in sync with production Temporal deployments, nor will it keep us up to date in the future once v18 is no longer available. Documentation will need to be updated again in the future.

@abenn135 abenn135 requested review from a team as code owners April 21, 2026 15:40
PostgreSQL 9.6 is no longer available through Homebrew. 18 is the latest and seems to work fine with Temporal. Updates instructions to specify current supported version.

Also, the text currently instructs you to create user `postgresql` but the commandline actually creates user `root`, which is correct. Updates the text to match the command.
@awln-temporal awln-temporal self-requested a review April 23, 2026 20:02
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.

2 participants