]> git.openstreetmap.org Git - nominatim.git/commit
Adds option to grant web user read-only DB access
authorItz-Agasta <rupamgolui69@gmail.com>
Tue, 27 Jan 2026 12:24:10 +0000 (17:54 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Tue, 27 Jan 2026 12:24:10 +0000 (17:54 +0530)
commit58cae7059688ca7168ff9e4bf77de632997e8746
tree46bb319f0dee54efb57fb931ee2f479b289bc5f4
parentbf0ee6685b754b193f58389d978911cfe8c1fbc5
Adds option to grant web user read-only DB access

Introduces a command-line flag to grant read-only access to the web user for all tables, improving ease of permissions management during refresh operations.
src/nominatim_db/clicmd/args.py
src/nominatim_db/clicmd/refresh.py