PostgreSQL¶
PostgreSQL (or Postgres) is an open-source relational database. We provide binaries ready to start your own instance.
Refer to the UberLab guide for details.
Warning
This feature is quite new and still in beta. If something doesn’t work the first time you try it, please allow for some additional time for us to fix it.
Versions¶
Release types¶
We provide different releases and apply security updates on a regular basis.
Standard version¶
If you don’t select a certain version, our default will be used. We decided to default to the following version:
[eliza@dolittle ~]$ uberspace tools version show postgresql
Using 'postgresql' version: 13
[eliza@dolittle ~]$
Show available versions¶
Use uberspace tools version list postgresql
to show all selectable versions:
[eliza@dolittle ~]$ uberspace tools version list postgresql
- 10
- 11
- 12
- 13
[eliza@dolittle ~]$
Change version¶
You can select the version using uberspace tools version use postgresql <version>
:
[eliza@dolittle ~]$ uberspace tools version use postgresql 12
Selected postgresql version 12
The new configuration is adapted immediately. Minor updates will be applied automatically.
[eliza@dolittle ~]$
Update policy¶
We update all versions on a regular basis. Once the support ends, the branch reaches its end of life (EOL), is no longer supported and will be removed from our servers.
Branch | State | Supported Until |
---|---|---|
10 | Active | November 2022 |
11 | Active | November 2023 |
12 | Active | November 2024 |
13 | Active | November 2025 |