No defaut root user on database

Hello everyone,

I have just installed RT5.0.3 on ubuntu 22.20 with posgresql

Everything went fine, no errors, except that at the first login I couldn’t connect. After a few searches, I realized that in the USERS table I could only see RT_SYSTEM and Nobody, with no trace of the default user Root that I’m supposed to be using.

I redid the complete install 2 times, same problem

do you have the sql request to insert the default root user directly into the database? or can you tell me what to do to correct the problem?

thanks a lot

That’s weird, and makes me wonder if there are other things that you didn’t get initialised in the database. Were there no error messages at all? Have you tried dropping the new database entirely and then running make initialize-database?