Skip to content

Fix trytond configuration when emerging

emerge --config =app-office/trytond-7.2.2 fails with createuser: unrecognized option '--no-adduser'.

It seems like the PostgreSQL's --no-adduser option no longer exists (at least in version 16) in favor of --no-createrole which is the default behaviour.

I suggest simply removing it. Alternatively, explicitly setting --no-createrole would cause no harm.

Merge request reports