Add upgrading and downgrading guide to self-hosting docs#3044
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds an upgrading/downgrading guide to the self-hosting docs and updates navigation/search expectations to reflect the new/renamed downgrade content.
Changes:
- Add a new self-hosting guide covering upgrade workflow, verification, and rollback options.
- Refocus/rename the downgrade doc to be explicitly about manual DB schema downgrades, and cross-link the new guide.
- Update self-hosting sidebar metadata and search-quality test expectations for the new routes.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| frontend/docs/scripts/test-search-quality.ts | Updates expected search results for downgrade-related queries to the new downgrade doc route. |
| frontend/docs/pages/self-hosting/upgrading-downgrading.mdx | Introduces a new “Upgrading and Downgrading” guide with snapshot + rollback strategies and Docker/Helm sections. |
| frontend/docs/pages/self-hosting/downgrading-db-schema-manually.mdx | Renames/reframes the doc to manual DB schema downgrades and links to the new overview guide. |
| frontend/docs/pages/self-hosting/_meta.js | Updates the self-hosting docs nav to include the new guide and renamed downgrade page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
📝 Documentation updates detected! New suggestion: Fix Kubernetes commands and Helm references in upgrading/downgrading guide Tip: Connect Jira, Linear, Confluence, and more in Integrations to enrich suggestion quality 🔗 |
* chore: regenerate examples (#3043) Co-authored-by: GitHub Action <action@github.com> * chore(deps): bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.20 (#3049) Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.19 to 0.0.20. - [Commits](mattn/go-runewidth@v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump google.golang.org/api from 0.266.0 to 0.267.0 (#3050) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.266.0 to 0.267.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.266.0...v0.267.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.267.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump hatchet-sdk in /examples/python/quickstart (#3051) Bumps hatchet-sdk from 1.24.0 to 1.25.0. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: new search bar component (#2909) * fix: compute payload size correctly for pg_notify * refactor: pull search bar into its own component * just use tab for autocomplete * fix: log line typing * Refactor Search Bar (#2964) * Add empty search state * V1 table layout logviewer * Add temp hatchet-worker for testing * Fix log css grid when expanded * undo search notfound logic, needs API logic * Rework workflow example * use correct info color * better table headers * Add back ansi formatting * Allow enter along with tab to traverse chips * remove tutorial * Add syntax color to search chips * styling progress * styling progress * constrain width * Add rel time * Readd flag conditional * remove hatchet-worker, feature flag, and cypress test * remove tenant hook --------- Co-authored-by: Alexander Belanger <alexander@hatchet.run> * fix: remove ansi-to-html, review feedback --------- Co-authored-by: Sebastian Graz <graz@live.se> * Fix--durable-slot-acquisition (#3048) * fix: set durable and slot request on py * release: 1.25.1 * fix: migration * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: dont delete * fix: pin version --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: pin redocly version (#3053) * fix: pin * fix: drop redocly cli * fix: restore ctx.taskRunId (#3056) * Add upgrading and downgrading guide to self-hosting docs (#3044) * new instance upgrade downgrade doc * fix vercel build * PR comments * fix services * no best practices section * Revert: Cancellation token Python changes (#3061) * revert: cancellation token changes * fix: changelog * fix: add note on yank * feat: add migration for worker slot config index (#3062) * chore(deps): bump hatchet-sdk in /examples/python/quickstart (#3063) Bumps hatchet-sdk from 1.25.0 to 1.25.2. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(cli): runs commands (#3058) New subcommands for the Hatchet CLI, including `hatchet runs|webhooks|rate-limits|workflows|workers|crons|scheduled` * fix: input in transformer (#3070) * Fix: Expand long logs on click instead of on hover (#3069) * fix: log expand on click * fix: only show pointer on lines that will be truncated * feat: shuffle... * feat(agents): add new agent instruction tools (#3059) * feat: more shuffles * wip: durable structure * feat: more shuffle * feat: simplify running guide * fix: search * feat: more shuffles * fix: nav * fix: organiztion * fix: copy button * feat: concepts * evaluating pages * essentials * feat: task concepts * feat: dupe some content * feat: improvements * feat improve task page * feat: reorg durable * simplify slots * improved durable pages * simplify essentials * chore: lint * fix: build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: abelanger5 <belanger@sas.upenn.edu> Co-authored-by: Sebastian Graz <graz@live.se> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Mohammed Nafees <hello@mnafees.me> Co-authored-by: matt <mrkaye97@gmail.com>
|
📝 Documentation updates detected! New suggestion: Fix Kubernetes commands and Helm references in upgrading/downgrading guide Tip: Enable auto-create PR in your Docs Collection to publish suggestions automatically 🤖 |
|
📝 Documentation updates detected! New suggestion: Fix Kubernetes commands and Helm references in upgrading/downgrading guide Tip: Configure how Promptless handles changelogs in Agent Settings 📋 |
Description
Add upgrading and downgrading guide to self-hosting docs.
Type of change