Cant use non super user for N8N postgres

I am using postgresql database for n8n, but n8n is not initializing if the username and password i am providing has a role of non super user. I dont want to provide postgresql super user credential to n8n because of security reason/against my organization policy.Is there any way to run n8n with a non root user ? what all previliages the user require for the same ?

Hey @Navaneeth_P_K,

As long as the user has access to create tables and read / write data you should be fine. Can you confirm what permissions your user had over the database when you tried?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.