S
S
speedvm2021-12-21 15:18:32
PostgreSQL
speedvm, 2021-12-21 15:18:32

How to remove redmine/instances/default user?

Good day everyone!
When installing Redmine, a postgres user is created:

Имя роли          |                                Атрибуты                                 | Член ролей 
---------------------------+-------------------------------------------------------------------------+------------
 postgres                  | Суперпользователь, Создаёт роли, Создаёт БД, Репликация, Пропускать RLS | {}
 redmine/instances/default |                                                                         | {}


When executed DROP USER redmine/instances/default, a syntax error naturally occurs. How can I bang him?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
speedvm, 2021-12-21
@speedvm

sudo -u postgres dropuser "redmine/instances/default"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question