Content
Start OpenProject in read-only database mode
Added by Grant Millar 9 days ago
Is it possible (even by modifying the source) to run OpenProject read-only in terms of database operations?
I would like to load balance read-only http requests (GET) to my read-only database replicas.
I have tried running replicas on the read only database, but sessions require inserts which causes an issue.