PRDCT-544: fold dev SSH-tunnel how-to into /components/extractors/database/#1019
Open
Iamfle4ka wants to merge 1 commit into
Open
PRDCT-544: fold dev SSH-tunnel how-to into /components/extractors/database/#1019Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
…ors/database/ Cross-site consolidation (DB SSH tunnel) from the dev+help merge matrix. The help page already carried the SSH-tunnel concept but punted the setup how-to to developers.keboola.com/integrate/database/. Fold that how-to in as a Diátaxis how-to subsection so help is the single canonical home; 301 the retired dev path. - Fold: SSH proxy setup, key-pair generation, connector fields, local tunnel. - 301: add redirect_from /integrate/database/ on the canonical page. - Rewire: flip the mysql + postgresql SSH links to the internal anchor (also fixes a broken markdown link in postgresql). - Conserve-then-delete: all dev prose rehomed; nothing dropped. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Review summaryVerdict: merge-ready with one out-of-repo follow-up. Cross-site fold of the SSH-tunnel how-to into the canonical help page, with both in-repo referrers (mysql, postgresql) rewired to the new Follow-up (out-of-repo):
Nits:
Automated review pass (Claude Code), flagged for a human maintainer — not an approval. |
This was referenced Jul 16, 2026
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.
What
Cross-site consolidation DB SSH tunnel from the dev+help merge matrix — folds the dev-side setup how-to into the canonical help home so the topic lives on one page.
/components/extractors/database/already carried the SSH-tunnel concept (what/why + the schema image) but punted the how-to todevelopers.keboola.com/integrate/database/. This brings that how-to in as a proper Diátaxis how-to subsection and retires the dev page.### Setting Up an SSH Tunnelsection: SSH proxy setup (Dockerfile), key-pair generation, connector fields, local tunnel — replacing the outbound "see the developer documentation" pointer.redirect_from: /integrate/database/on the canonical page (redirect-fromintegration; generated page verified →/components/extractors/database/).mysql/andpostgresql/to the internal anchor#setting-up-an-ssh-tunnel(also fixes a broken markdown link inpostgresql/).VERIFY(owner)
Faithful fold of the published dev doc; a couple of specifics could use an owner/live-verify pass (happy to file a Linear accuracy issue like the PRDCT-47x handoffs if wanted):
Dockerfileusesubuntu:14.04(carried verbatim from the dev doc) — likely worth modernizing.localhostquirk should be confirmed against the current connector UI.Out of scope
extractors/databasesection (PRDCT-342) — this is just the targeted cross-site fold.developers.keboola.com/integrate/database/→ help 301 (out-of-repo/ops layer).Verification
npm run build— clean;[redirect-from] Generated 159 redirect pages (0 skipped); the/integrate/database/redirect resolves to/components/extractors/database/and the#setting-up-an-ssh-tunnelanchor renders.node scripts/audit-phase2.mjs— no new issues in the edited pages;/integrate/databaseno longer flagged as an outbound dev seam.Context
Second phase of the help + developers unification per the playbook: the dev-repo blocker for cross-site merges is now cleared (dev docs fetchable), so this is the first of the remaining dev→help folds. Follows the "how one merge runs" mechanic.
🤖 Generated with Claude Code