Skip to content

Commit 72cd919

Browse files
committed
doc: document that "sticky" requires GRANT TEMPORARY
1 parent 1106a5d commit 72cd919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ Stickiness requires:
467467
- enabling Zeroconf (at least ``zeroconf_service``) to make all
468468
Workshop processes on all servers aware of each others
469469
- filling the ``sticky_id`` column in ``cronjobs`` records
470+
- Workshop requires permission to create temporary table in the
471+
PostgreSQL database (e.g. ``GRANT TEMPORARY ON DATABASE
472+
database_name TO "cm4all-workshop"``);
470473

471474
Workshop uses the same set of algorithms as `beng-proxy
472475
<https://github.com/CM4all/beng-proxy>`__ and `Lukko

0 commit comments

Comments
 (0)