docs: fix source connection string in pg_dump example - #5617
Merged
Conversation
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>
danieltprice
requested review from
andrelandgraf,
philip and
ruf-io
as code owners
August 24, 2026 11:52
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
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 thepg_dumpcommand. - Aligns both source/destination example credentials to a single
alex:AbC123dEfexample to match the commands. - Updates the page
updatedOnfrontmatter timestamp.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5613
The
pg_dumpandpg_restoreexample listedep-dry-morning-a8vn5za2as both the source and destination connection string, but the commands below useep-cool-darkness-123456for the source (pg_dump) andep-dry-morning-a8vn5za2for the destination (pg_restore).Changes to
content/docs/manage/backup-pg-dump.md:ep-cool-darkness-123456, matching thepg_dumpcommand.alex:AbC123dEfexample credentials, matching the commands (they previously usedneondb_owner:npg_AbC123dEf).This pull request and its description were written by Isaac.