Skip to content

docs: fix source connection string in pg_dump example - #5617

Merged
danieltprice merged 1 commit into
mainfrom
fix/pg-dump-source-url
Aug 24, 2026
Merged

docs: fix source connection string in pg_dump example#5617
danieltprice merged 1 commit into
mainfrom
fix/pg-dump-source-url

Conversation

@danieltprice

Copy link
Copy Markdown
Collaborator

Fixes #5613

The pg_dump and pg_restore example listed ep-dry-morning-a8vn5za2 as both the source and destination connection string, but the commands below use ep-cool-darkness-123456 for the source (pg_dump) and ep-dry-morning-a8vn5za2 for the destination (pg_restore).

Changes to content/docs/manage/backup-pg-dump.md:

  • Source bullet now uses ep-cool-darkness-123456, matching the pg_dump command.
  • Both bullets now use the alex:AbC123dEf example credentials, matching the commands (they previously used neondb_owner:npg_AbC123dEf).

This pull request and its description were written by Isaac.

Align the source/destination connection-string bullets with the
pg_dump/pg_restore commands: source now uses ep-cool-darkness-123456
and both bullets use the alex:AbC123dEf example credentials.

Co-authored-by: Isaac <no-reply@databricks.com>
@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
neon-next Ready Ready Preview Aug 24, 2026 11:55am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an inconsistency in the “pg_dump and pg_restore example” section of the Neon docs so that the listed source/destination connection strings match the hosts used in the example commands.

Changes:

  • Corrects the “source” connection string host to ep-cool-darkness-123456... to match the pg_dump command.
  • Aligns both source/destination example credentials to a single alex:AbC123dEf example to match the commands.
  • Updates the page updatedOn frontmatter timestamp.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@danieltprice
danieltprice merged commit 117b10d into main Aug 24, 2026
4 checks passed
@danieltprice
danieltprice deleted the fix/pg-dump-source-url branch August 24, 2026 12:04
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.

Fix incorrect source URL in pg_dump example

2 participants