我已经为 Django 安装了 Bitnami 映像(在 ubuntu 上)。
它预先配置了 PostgresSQL,其中已经有一个“bitnami”用户定义。
现在我想创建一个新的数据库,但是createdb
失败了:
createdb.bin: database creation failed: ERROR: permission denied to create database
Sudo 没有帮助......
sudo /opt/bitnami/postgresql/bin/createdb -U bitnami new-db
我不知道是否有“postgres”用户(通常是管理员用户),或者它的密码是什么......
我错过了什么?