Skip to content

Commit

Permalink
Move Updating How To to new template (github#1274)
Browse files Browse the repository at this point in the history
* fix typo in index

* temp file movements

* Index and About

* Major upgrade

* Minor updates

* Downrgade

* Upgrade pg

* small edits

* reflow

* filenames

* folder name

* Docker

* page index

* link fixes

* typo

* More "updates"

* review all reference links

* Make vale happier

* Apply suggestions from code review

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* fix index

* fix quotes

* remove $ from bash commands

* Comment out terminal for troubleshoting purposes

* Rewrite without terminal block

* fix numbering

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
  • Loading branch information
Loquacity and charislam authored Jul 7, 2022
1 parent 1914961 commit f824987
Show file tree
Hide file tree
Showing 17 changed files with 618 additions and 756 deletions.
19 changes: 19 additions & 0 deletions _partials/_plan_upgrade.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
You can upgrade your on-premise TimescaleDB installation in-place. This means
that you do not need to dump and restore your data. However, it is still
important that you plan for your upgrade ahead of time.

Before you upgrade:

* Read [the release notes][relnotes] for the TimescaleDB version you are
upgrading to.
* Check which PostgreSQL version you are currently running. You might need to
[upgrade to the latest PostgreSQL version][upgrade-pg]
before you begin your TimescaleDB upgrade.
* [Perform a backup][backup] of your database. While TimescaleDB
upgrades are performed in-place, upgrading is an intrusive operation. Always
make sure you have a backup on hand, and that the backup is readable in the
case of disaster.

[relnotes]: /timescaledb/:currentVersion:/overview/release-notes/
[upgrade-pg]: /timescaledb/:currentVersion:/how-to-guides/upgrades/upgrade-postgresql/
[backup]: timescaledb/:currentVersion:/how-to-guides/backup-and-restore/
59 changes: 38 additions & 21 deletions timescaledb/how-to-guides/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,44 +745,61 @@ module.exports = [
],
},
{
title: "Update TimescaleDB",
href: "update-timescaledb",
title: "Upgrade TimescaleDB",
href: "upgrades",
children: [
{
title: "Update from TimescaleDB 1.x to 2.x",
href: "update-timescaledb-2",
tags: ["upgrade", "1-x", "2-x", "timescaledb"],
keywords: ["upgrade", "1-x", "2-x", "TimescaleDB"],
excerpt: "Upgrade from TimescaleDB 1.x to TimescaleDB 2.x",
title: "About upgrades",
href: "about-upgrades",
tags: ["upgrade", "update", "timescaledb"],
keywords: ["upgrade", "TimescaleDB"],
excerpt: "Learn about upgrading TimescaleDB",
},
{
title: "Update using Docker",
href: "updating-docker",
tags: ["upgrade", "docker", "1-x", "2-x", "timescaledb"],
keywords: ["upgrade", "docker", "1-x", "2-x", "TimescaleDB"],
title: "Minor upgrades",
href: "minor-upgrade",
tags: ["upgrade", "update", "timescaledb"],
keywords: ["upgrade", "TimescaleDB"],
excerpt:
"Upgrade from TimescaleDB 1.x to TimescaleDB 2.x using Docker",
"Upgrade to a new minor version of TimescaleDB",
},
{
title: "Upgrade PostgreSQL",
href: "upgrade-postgresql",
tags: ["upgrade", "postregsql", "timescaledb"],
keywords: ["upgrade", "postgresql", "TimescaleDB"],
excerpt: "Upgrade the version of PostgreSQL used by TimescaleDB",
title: "Major upgrades",
href: "major-upgrade",
tags: ["upgrade", "update", "timescaledb"],
keywords: ["upgrade", "TimescaleDB"],
excerpt:
"Upgrade to a new major version of TimescaleDB",
},
{
title: "Downgrade TimescaleDB",
href: "downgrade-timescaledb",
href: "downgrade",
tags: ["downgrade", "timescaledb"],
keywords: ["TimescaleDB", "downgrade"],
excerpt: "Downgrade a TimescaleDB version",
},
{
title: "Troubleshooting updates",
title: "Upgrade within Docker",
href: "upgrade-docker",
tags: ["upgrade", "update", "docker", "timescaledb"],
keywords: ["upgrade", "docker", "TimescaleDB"],
excerpt:
"Upgrade to a new minor version of TimescaleDB within a Docker container",
},
{
title: "Upgrade PostgreSQL",
href: "upgrade-pg",
tags: ["upgrade", "update", "postgresql", "timescaledb"],
keywords: ["upgrade", "PostgreSQL", "TimescaleDB"],
excerpt:
"Upgrade to a new version of PostgreSQL",
},
{
title: "Troubleshooting upgrades",
href: "troubleshooting",
tags: ["tshoot", "upgrade", "timescaledb"],
tags: ["tshoot", "upgrade", "update", "timescaledb"],
keywords: ["troubleshooting", "upgrade", "TimescaleDB"],
excerpt: "Troubleshoot updating your TimescaleDB installation",
excerpt: "Troubleshoot upgrading your TimescaleDB installation",
},
],
},
Expand Down

This file was deleted.

122 changes: 0 additions & 122 deletions timescaledb/how-to-guides/update-timescaledb/index.md

This file was deleted.

Loading

0 comments on commit f824987

Please sign in to comment.