Database errors...?

Failing to build, getting these errors in the discourse doctor, any ideas/fixes?

2021-12-20 01:29:12.404 UTC [65] postgres@postgres ERROR:  database "discourse" already exists
2021-12-20 01:29:12.404 UTC [65] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: error: database creation failed: ERROR:  database "discourse" already exists
I, [2021-12-20T01:29:12.406802 #1]  INFO -- : 
I, [2021-12-20T01:29:12.407300 #1]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2021-12-20 01:29:12.443 UTC [69] postgres@discourse ERROR:  role "discourse" already exists
2021-12-20 01:29:12.443 UTC [69] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists

Thanks

There were also plenty of other errors these were just the ones I noticed right away

Those are part of the bootstrap, and expected when updating an existing site.

How did you install? Do you have a server running already?