parent
dcf3d8bd20
commit
03839ffdad
@ -21,6 +21,8 @@ jobs:
|
|||||||
- name: Configure and install postgres
|
- name: Configure and install postgres
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
apt install -y locales
|
||||||
|
locale-gen ru_RU.UTF-8
|
||||||
apt install -y postgresql
|
apt install -y postgresql
|
||||||
service postgresql start
|
service postgresql start
|
||||||
sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();"
|
sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();"
|
||||||
|
Loading…
Reference in New Issue
Block a user