tmux and htop on the db for performance monitoring
This commit is contained in:
parent
3ea88790b5
commit
8d62832c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ fi
|
||||||
# --- Install Postgres ---
|
# --- Install Postgres ---
|
||||||
echo "--- Installing PostgreSQL 16 ---"
|
echo "--- Installing PostgreSQL 16 ---"
|
||||||
if ! command -v pg_isready &>/dev/null; then
|
if ! command -v pg_isready &>/dev/null; then
|
||||||
sudo dnf install -y postgresql16-server
|
sudo dnf install -y postgresql16-server tmux htop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- Init database on NVMe ---
|
# --- Init database on NVMe ---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue