Hello
Please take a look at the register of names.
> FATAL: database "Database" does not exist
> ERROR: database "database" already exists
According SQL syntax https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS "DROP DATABASE Database;" means "DROP DATABASE database;"
regards, Sergei