Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "could not parse postgres connection string: no match found" after successful connection #24

Open
TokkCorp opened this issue Sep 24, 2024 · 1 comment

Comments

@TokkCorp
Copy link

When trying to create a postgres schema, I get the following output:

sudo -u mattermost ./migration-assist postgres "postgres://mattermost@/mattermost?sslmode=disable" --run-migrations --
mattermost-version="v9.11.1"
2024-09-24 13:05:33 pinging postgres...
2024-09-24 13:05:33 connected to postgres successfully.
An Error Occurred: could not parse postgres connection string: no match found
@TokkCorp
Copy link
Author

The Problem is the regex, I need a password and a port.

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

No branches or pull requests

1 participant