mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 13:27:52 +03:00
Updated no-superuser install ci test
Added nominatim_database_webuser (www-data). Set non-superuser password for importing
This commit is contained in:
parent
9c7d947fd1
commit
59ae63e6f5
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
@ -424,7 +424,9 @@ jobs:
|
||||
|
||||
- name: Create import user
|
||||
run: |
|
||||
sudo -u postgres createuser -S osm-import -P osm-import
|
||||
sudo -u postgres createuser -S osm-import
|
||||
sudo -u postgres psql -c "ALTER USER \"osm-import\" WITH PASSWORD 'osm-import';"
|
||||
sudo -u postgres createuser -S www-data
|
||||
working-directory: /home/nominatim/nominatim-project
|
||||
|
||||
- name: Grant import user rights
|
||||
|
Loading…
Reference in New Issue
Block a user