“Postgres setup linux debian” Ответ

Debian Установка Postgresql

apt-get install postgresql-12
Frost Byte

Postgres setup linux debian

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql-12
Breakable Bison

Ответы похожие на “Postgres setup linux debian”

Вопросы похожие на “Postgres setup linux debian”

Смотреть популярные ответы по языку

Смотреть другие языки программирования