mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Make sure we can edit the PostgreSQL config
This commit is contained in:
parent
5330121b36
commit
1527daede8
4
.github/workflows/run-python-tests.yml
vendored
4
.github/workflows/run-python-tests.yml
vendored
@ -33,8 +33,8 @@ jobs:
|
||||
|
||||
- name: Start PostgreSQL
|
||||
run: |
|
||||
echo -e "local all all trust\n$(cat /etc/postgresql/15/main/pg_hba.conf)" > /etc/postgresql/15/main/pg_hba.conf
|
||||
echo "shared_preload_libraries = '$libdir/plugin_debugger'" > /etc/postgresql/15/main/postgresql.auto.conf
|
||||
sudo echo -e "local all all trust\n$(cat /etc/postgresql/15/main/pg_hba.conf)" > /etc/postgresql/15/main/pg_hba.conf
|
||||
sudo echo "shared_preload_libraries = '$libdir/plugin_debugger'" > /etc/postgresql/15/main/postgresql.auto.conf
|
||||
su - postgres -c '/usr/lib/postgresql/15/bin/postgres -D /var/lib/postgresql/15/main -c config_file=/etc/postgresql/15/main/postgresql.conf &'
|
||||
|
||||
until runuser -l postgres -c 'pg_isready' 2>/dev/null; do
|
||||
|
Loading…
Reference in New Issue
Block a user