alfa release
This commit is contained in:
11
scripts/base_db_install.sh
Normal file
11
scripts/base_db_install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt update && apt upgrade
|
||||
dpkg-reconfigure locales
|
||||
dpkg-reconfigure tzdata
|
||||
|
||||
sudo apt install -y postgresql-common
|
||||
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
|
||||
apt -y install postgresql-16 mc rsync curl
|
||||
|
||||
cd /tmp && sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'tesnos.+ed';"
|
||||
Reference in New Issue
Block a user