-
Notifications
You must be signed in to change notification settings - Fork 130
chore: update for available versions #4638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
billy-the-fish
wants to merge
5
commits into
latest
Choose a base branch
from
4634-feedback-page-docsself-hostedlatestupgradesminor-upgrade
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
92afd13
chore: update for available versioins.
billy-the-fish 72e1cf3
Merge branch 'latest' into 4634-feedback-page-docsself-hostedlatestup…
billy-the-fish 2497003
Update _migrate_self_postgres_plan_migration_path.md
billy-the-fish 56b2934
Update _migrate_self_postgres_plan_migration_path.md
billy-the-fish 84981de
Merge branch 'latest' into 4634-feedback-page-docsself-hostedlatestup…
billy-the-fish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,27 @@ | ||
|
|
||
| import SupportMatrix from "versionContent/_partials/_migrate_self_postgres_timescaledb_compatibility.mdx"; | ||
|
|
||
| Best practice is to always use the latest version of TimescaleDB. Subscribe to our releases on GitHub or use $CLOUD_LONG | ||
| Best practice is to always use the latest version of $TIMESCALE_DB. Subscribe to our releases on GitHub or use $CLOUD_LONG | ||
| and always run the latest update without any hassle. | ||
|
|
||
| Check the following support matrix against the versions of $TIMESCALE_DB and $PG that you are running currently | ||
| Check the following support matrix against the versions of $TIMESCALE_DB and $PG that you are running currently | ||
| and the versions you want to update to, then choose your upgrade path. | ||
|
|
||
| For example, to upgrade from $TIMESCALE_DB 2.13 on $PG 13 to $TIMESCALE_DB 2.18.2 you need to: | ||
| 1. Upgrade $TIMESCALE_DB to 2.15 | ||
| 1. Upgrade $PG to 14, 15 or 16. | ||
| 1. Upgrade $TIMESCALE_DB to 2.18.2. | ||
| For example, to upgrade from $TIMESCALE_DB 2.13 on $PG 13 to the latest $TIMESCALE_DB version you need to: | ||
| 1. Upgrade $TIMESCALE_DB to 2.16.1 (last version fully supporting $PG 13) | ||
| 1. Upgrade $PG to 15, 16, 17, or 18 | ||
| 1. Upgrade $TIMESCALE_DB to the latest available version (2.24.x or higher) | ||
|
|
||
| You may need to [upgrade to the latest $PG version][upgrade-pg] before you upgrade TimescaleDB. Also, | ||
| Older $TIMESCALE_DB versions may not be available in package repositories. If you need a specific intermediate | ||
| version that is no longer packaged, you can [build from source][build-from-source] or upgrade directly | ||
| to the latest version that supports your current $PG version before upgrading $PG. | ||
|
|
||
| You may need to upgrade to the latest $PG version before you upgrade $TIMESCALE_DB. Also, | ||
| if you use [$TOOLKIT_LONG][install-toolkit], ensure the `timescaledb_toolkit` extension is >= | ||
| v1.6.0 before you upgrade $TIMESCALE_DB extension. | ||
|
|
||
| <SupportMatrix /> | ||
|
|
||
| [install-toolkit]: /self-hosted/:currentVersion:/tooling/install-toolkit/ | ||
| [upgrade-pg]: /self-hosted/:currentVersion:/upgrades/upgrade-pg/#plan-your-upgrade-path | ||
| [build-from-source]: /self-hosted/:currentVersion:/install/installation-source/ | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.