Skip to content

Conversation

@maxdml
Copy link
Collaborator

@maxdml maxdml commented Sep 4, 2025

  • The CLI test can now use the latest golang SDK (had to specifically get a version with the new migration scheme before)
  • Update a log info telling users to use postgresql instead of postgres as the db driver

@maxdml maxdml marked this pull request as ready for review September 4, 2025 19:05
}

logger.Info("Postgres available", "url", fmt.Sprintf("postgresql://postgres:%s@localhost:5432", password))
logger.Info("Postgres available", "url", fmt.Sprintf("postgres://postgres:%s@localhost:5432", password))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change this? I thought you want users to use postgresql not postgres

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In most go library, postgres and postgresql are interchangeable. But with some, only postgres is valid. I've had a connection error a couple times because of a wrong driver name. To be honest I don't know which exact library we use(d) triggered the error, but I think this will be helpful for people importing these libraries.

@maxdml maxdml merged commit 31ae8fe into main Sep 4, 2025
4 checks passed
@maxdml maxdml deleted the remove-temp-install branch September 4, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants