Hey, We've installed PostgreSQL on RDS. Our connec...
# help
g
Hey, We've installed PostgreSQL on RDS. Our connection string looks something like this:
Copy code
<postgres://postgres:myPassword@my-lakefs-db.rds.amazonaws.com:5432/lakefs>
How-ever, "*lakefs"* schema does not exist. Should we create it ourselves (manually)?
b
Hi Gal, what is the name of the DB instance identifier you gave to the RDS instance? the last token in the connection string is the db name. If this is not the identifier you created and you can't login. You will need to login to the main db instance and create one for 'lakefs' called lakefs if you like to keep the same connection string.