Move Managed Postgres to /postgres - #2503
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Second of three. MPG takes the /postgres path now that PR 2502 freed it. 9 pages moved from mpg/ to postgres/, the group root and 8 navigation entries repointed, 8 redirects added from /mpg*, and 31 internal links repointed across 19 files. Two pre-existing /mpg redirects had their destinations retargeted. Removes the /postgres to /unmanaged-postgres redirect carried over from PR 2502, which would otherwise shadow the new index page. The 24 other /postgres/* redirects do not collide with any MPG path and stay.
The old site never listed this page in its navigation and Plausible records no visits to it in the last twelve months. The Mintlify import redirected it to the index, which was right, and at the same time added it to the sidebar, which was not. This finishes the retirement. Deletes the page, drops the sidebar entry, and adds /postgres/overview to /postgres. The existing /mpg/overview redirect already covers the old URL.
Vincent's refresh landed on main while this branch was open and added two links to /mpg/extensions. They resolve through the redirect either way, but internal links should point at the real path.
kcmartin
force-pushed
the
move-mpg-to-postgres
branch
from
September 24, 2026 21:56
30c52b4 to
09fcc85
Compare
This was referenced Sep 24, 2026
alexleventer
self-requested a review
September 24, 2026 22:10
alexleventer
approved these changes
Sep 24, 2026
miguel-fly
added a commit
that referenced
this pull request
Sep 24, 2026
Port of the pre-Mintlify change to the MDX pages, same wording. The mpg/overview hunk is dropped because that page was retired in #2503 and now redirects to /postgres, which carries the same statement. - about/pricing: pricing depends on the storage the databases use - postgres: storage is billed on usage; v1 clusters are still billed on their provisioned storage - postgres/create-and-connect: the 10GB default is an initial volume size that grows automatically with the data
miguel-fly
added a commit
that referenced
this pull request
Sep 25, 2026
* mpg: storage is billed on usage Port of the pre-Mintlify change to the MDX pages, same wording. The mpg/overview hunk is dropped because that page was retired in #2503 and now redirects to /postgres, which carries the same statement. - about/pricing: pricing depends on the storage the databases use - postgres: storage is billed on usage; v1 clusters are still billed on their provisioned storage - postgres/create-and-connect: the 10GB default is an initial volume size that grows automatically with the data * Define v1 clusters and say how storage usage is metered * Fix the v2 badge casing and spell out v1 metering * Meter storage hourly, not every 20 minutes
This branch was successfully deployed
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.
Second of three PRs for the Postgres path swap, following #2502. Managed Postgres takes the
/postgrespath now that the unmanaged pages have vacated it.What changed: 9 pages moved from
mpg/topostgres/, the navigation group root and 8 entries repointed, 8 redirects added from/mpg*, and 31 internal links repointed across 19 files. The two pre-existing/mpgredirects had their destinations retargeted.The collision from #2502 is resolved.
/postgres → /unmanaged-postgresis removed here, as promised, because it would otherwise shadow the new MPG index. The other 24/postgres/*redirects from #2502 stay: none of them collide with an MPG path, so old unmanaged URLs keep working.Left alone on purpose: the 9
source_url:frontmatter values, which are provenance, and onehttps://fly.io/docs/mpg/overview/inflyctl/cmd/fly_postgres.mdx, which is flyctl's own command help text quoted verbatim. That URL still resolves through the redirect.The duplicate overview page is retired in the second commit.
mpg/overview.mdxwas a 121 line near duplicate of the 82 line index page, same illustration and same opening heading, with three extra sections on creating, connecting and using flyctl that the dedicated pages already cover. The old site never listed it in the navigation, and Plausible records no visits to it in the last twelve months. The Mintlify import redirected it to the index, which was right, and added it to the sidebar in the same commit, which was not. So the sidebar row was an import artifact, not a decision anyone made.Credit to @alexleventer, who found the same thing independently in #2498 and had the better reason for fixing it. Mintlify still lists
docs.fly.io/mpg/overviewin the sitemap, so Google is being handed a sitemap URL that 308s. I confirmed both halves: the live sitemap has the entry, and the preview for this branch does not. The fly.io side of the same finding is superfly/landing#1261. #2498 is closed in favor of this PR, because its patch targetsmpg/overview.mdx, which does not survive the move.This PR deletes the page, drops the sidebar row, and adds
/postgres/overview → /postgres. The/mpg/overviewredirect already covered the old URL.Verified on the preview at https://fly-io-move-mpg-to-postgres.mintlify.site
73 checks, no failures. All 9
/mpg*redirects land on their new path, all 9 MPG pages and all 25 unmanaged pages return 200, the 24 carried-over/postgres/*redirects still reach/unmanaged-postgres/*, and/postgresrendersManaged Postgresrather than redirecting.