TheEdgeOfRage
06/02/2021, 11:26 AM^
character in it and now I get the following error when starting lakefs:
panic: parse connection string: cannot parse `<postgresql://lakefs>:<password>@lakefs.<url>.<http://us-east-1.rds.amazonaws.com/lakefs|us-east-1.rds.amazonaws.com/lakefs>`: failed to parse as URL (parse "<postgresql://lakefs>:<password>@lakefs.<url>.<http://us-east-1.rds.amazonaws.com/lakefs|us-east-1.rds.amazonaws.com/lakefs>": net/url: invalid userinfo)
Will I have to recreate the database again or is there another way to make this work?Tal Sofer
06/02/2021, 11:42 AMTal Sofer
06/02/2021, 11:58 AM^
char (%5E) in your password? this should allow you to move forward.TheEdgeOfRage
06/02/2021, 12:36 PMpanic: could not open DB: failed to connect to `host=lakefs.<url>.<http://us-east-1.rds.amazonaws.com|us-east-1.rds.amazonaws.com> user=lakefs database=lakefs`: server error (FATAL: password authentication failed for user "lakefs" (SQLSTATE 28P01))
TheEdgeOfRage
06/02/2021, 12:36 PMTal Sofer
06/02/2021, 1:15 PMpas^
for the lakefs
user, what I did is changing the db connection_string
in lakefs config to <postgres://lakefs>:pas%5E@<host>/<db_name>?sslmode=disable
. after that, the connection was successful. Have you followed the same steps?TheEdgeOfRage
06/02/2021, 2:24 PMTal Sofer
06/02/2021, 2:31 PM