Обновление пакетов
zavx0z@i3:~$ sudo apt-get update
Установка сервера баз данных PostgreSQL.
Проверка работоспособности
zavx0z@i3:~$ ps -ef | grep postgres
Итог должен быть такого вида
postgres 5014 1 0 03:59 ? 00:00:00 /usr/lib/postgresql/9.4/bin/postgres -D /var/lib/postgresql/9.4/main -c config_file=/etc/postgresql/9.4/main/postgresql.conf
postgres 5016 5014 0 03:59 ? 00:00:00 postgres: checkpointer process
postgres 5017 5014 0 03:59 ? 00:00:00 postgres: writer process
postgres 5018 5014 0 03:59 ? 00:00:00 postgres: wal writer process
postgres 5019 5014 0 03:59 ? 00:00:00 postgres: autovacuum launcher process
postgres 5020 5014 0 03:59 ? 00:00:00 postgres: stats collector process
zavx0z 5092 1349 0 04:04 pts/0 00:00:00 grep postgre
zavx0z@i3:~$ sudo apt-get update
Установка сервера баз данных PostgreSQL.
zavx0z@i3:~$ sudo apt-get install postgresql
Проверка работоспособности
zavx0z@i3:~$ ps -ef | grep postgres
Итог должен быть такого вида
postgres 5014 1 0 03:59 ? 00:00:00 /usr/lib/postgresql/9.4/bin/postgres -D /var/lib/postgresql/9.4/main -c config_file=/etc/postgresql/9.4/main/postgresql.conf
postgres 5016 5014 0 03:59 ? 00:00:00 postgres: checkpointer process
postgres 5017 5014 0 03:59 ? 00:00:00 postgres: writer process
postgres 5018 5014 0 03:59 ? 00:00:00 postgres: wal writer process
postgres 5019 5014 0 03:59 ? 00:00:00 postgres: autovacuum launcher process
postgres 5020 5014 0 03:59 ? 00:00:00 postgres: stats collector process
zavx0z 5092 1349 0 04:04 pts/0 00:00:00 grep postgre
Если так, то PostgreSQL запущен и работает.
Комментарии
Отправить комментарий