Skip to content

Commit a7ee876

Browse files
authored
Update pg version in all Install pages. (timescale#116)
* Remove reference to PG11 * Finds all the other instances * Update tables in Upgrade section
1 parent 113c255 commit a7ee876

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

timescaledb/how-to-guides/install-timescaledb/installation-apt-debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This will install TimescaleDB via `apt` on Debian distros.
44

5-
**Note: TimescaleDB requires PostgreSQL 11, 12 or 13.**
5+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
66

77
#### Prerequisites
88

timescaledb/how-to-guides/install-timescaledb/installation-apt-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This will install TimescaleDB via `apt` on Ubuntu distros.
44

5-
**Note: TimescaleDB requires PostgreSQL 11, 12 or 13.**
5+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
66

77
#### Prerequisites
88

timescaledb/how-to-guides/install-timescaledb/installation-homebrew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This will install both TimescaleDB *and* PostgreSQL via Homebrew.
44

5-
**Note: TimescaleDB requires PostgreSQL 11, 12 or 13.**
5+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
66

77
#### Prerequisites
88

timescaledb/how-to-guides/install-timescaledb/installation-source-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## From Source (Windows) [](installation-source)
22

3-
**Note: TimescaleDB requires PostgreSQL 11 or 12.**
3+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
44

55
#### Prerequisites
66

timescaledb/how-to-guides/install-timescaledb/installation-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## From source [](installation-source)
22

3-
**Note: TimescaleDB requires PostgreSQL 11, 12 or 13.**
3+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
44

55
#### Prerequisites
66

timescaledb/how-to-guides/install-timescaledb/installation-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Windows ZIP Installer [](installation-windows)
22

3-
**Note: TimescaleDB requires PostgreSQL 11, 12 or 13.**
3+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
44

55
#### Prerequisites
66

timescaledb/how-to-guides/install-timescaledb/installation-yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This will install both TimescaleDB *and* PostgreSQL via `yum`
44
(or `dnf` on Fedora).
55

6-
**Note: TimescaleDB requires PostgreSQL 11, 12 or 13.**
6+
**Note: TimescaleDB requires PostgreSQL 12 or 13.**
77

88
#### Prerequisites
99

timescaledb/how-to-guides/update-timescaledb/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Updating TimescaleDB versions [](update)
22

33
The instructions below all you to update TimescaleDB within the same major release
4-
version (for example, from TimescaleDB 2.1 to 2.2, or from 1.7 to 1.7.4). If you need
5-
to upgrade between TimescaleDB 1.x and 2.x, see our [separate upgrade document][update-tsdb-2]
4+
version (for example, from TimescaleDB 2.1 to 2.2, or from 1.7 to 1.7.4). If you need
5+
to upgrade between TimescaleDB 1.x and 2.x, see our [separate upgrade document][update-tsdb-2]
66
for detailed instructions.
77

8-
TimescaleDB supports **in-place updates only**: you don't need to dump and
9-
restore your data, and versions are published with automated migration scripts
8+
TimescaleDB supports **in-place updates only**: you don't need to dump and
9+
restore your data, and versions are published with automated migration scripts
1010
that convert any internal state if necessary.
1111

1212
<highlight type="warning">
@@ -24,16 +24,16 @@ currently running a compatible release, please upgrade before updating Timescale
2424
--------------------|-------------------------------
2525
1.7 | 9.6, 10, 11, 12
2626
2.0 | 11, 12
27-
2.1-2.3 | 11, 12, 13
27+
2.1-2.3 | 12, 13
2828
2.4+ | 12, 13
2929

30-
If you need to upgrade PostgreSQL first,
30+
If you need to upgrade PostgreSQL first,
3131
see [our documentation][upgrade-pg].
3232

3333
<highlight type="tip">
34-
We always recommend that you update PostgreSQL and TimescaleDB as
35-
separate actions to make sure that each process completes properly.
36-
For example, if you are currently running PostgreSQL 10 and
34+
We always recommend that you update PostgreSQL and TimescaleDB as
35+
separate actions to make sure that each process completes properly.
36+
For example, if you are currently running PostgreSQL 10 and
3737
TimescaleDB 1.7.5, and you want to upgrade to PostgreSQL 13 and
3838
TimescaleDB 2.2, upgrade in this order:
3939

@@ -90,4 +90,4 @@ After executing the command, the psql `\dx` command should show the latest versi
9090
[pg_upgrade]: https://www.postgresql.org/docs/current/static/pgupgrade.html
9191
[backup]: /how-to-guides/backup-and-restore/
9292
[Install]: /how-to-guides/install-timescaledb/
93-
[telemetry]: /administration/telemetry/
93+
[telemetry]: /administration/telemetry/

timescaledb/how-to-guides/update-timescaledb/update-timescaledb-2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ currently running a compatible release, please upgrade before updating Timescale
1818
--------------------|-------------------------------
1919
1.7 | 9.6, 10, 11, 12
2020
2.0 | 11, 12
21-
2.1-2.3 | 11, 12, 13
21+
2.1-2.3 | 12, 13
2222
2.4+ | 12, 13
2323

24-
If you need to upgrade PostgreSQL first,
24+
If you need to upgrade PostgreSQL first,
2525
see [our documentation][upgrade-pg].
2626

2727
<highlight type="tip">
28-
We always recommend that you update PostgreSQL and TimescaleDB as
29-
separate actions to make sure that each process completes properly.
30-
For example, if you are currently running PostgreSQL 10 and
28+
We always recommend that you update PostgreSQL and TimescaleDB as
29+
separate actions to make sure that each process completes properly.
30+
For example, if you are currently running PostgreSQL 10 and
3131
TimescaleDB 1.7.5, and you want to upgrade to PostgreSQL 13 and
3232
TimescaleDB 2.2, upgrade in this order:
3333

@@ -38,8 +38,8 @@ TimescaleDB 2.2, upgrade in this order:
3838
</highlight>
3939

4040
### Notice of breaking changes from TimescaleDB 1.3+
41-
TimescaleDB 2.0 supports **in-place updates** just like previous releases. During
42-
the update, scripts will automatically configure updated features to work as expected
41+
TimescaleDB 2.0 supports **in-place updates** just like previous releases. During
42+
the update, scripts will automatically configure updated features to work as expected
4343
with TimescaleDB 2.0.
4444

4545
Because this is our first major version release in two years, however, we’re providing additional guidance

0 commit comments

Comments
 (0)