wiki-grav/pages/02.linux/27.postgresql/default.en.md
2022-07-05 11:10:50 +02:00

13 lines
241 B
Markdown

---
title: PostgreSQL
---
[toc]
## Installation
### Debian
Install generic main version
`# apt install postgresql postgresql-client`
Install specific major version. e.g Version 13
`# apt install postgresql-13 postgresql-client-13`