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

fix: Correction to Postgres connection string in environment files #618

Merged
merged 1 commit into from
May 27, 2024

Conversation

edisonmartinsmkt
Copy link
Contributor

As initially mentioned in Issue #480, there was a need to pass an SSL configuration parameter in the Postgres connection string, to enable contact synchronization.

If this parameter is not informed, the following message will be displayed:

[ChatwootImport] [string] Error on import history contacts: Error: The server does not support SSL connections

To prevent new users from wasting time, if they are not aware of this need, include the parameter in the files

  • scr/dev-env.yml
  • Docker/.env.example

So, just adjust the rest of the string with the Postgres connection data and the synchronization will work automatically.

Hugs and let's go! 🚀

@DavidsonGomes DavidsonGomes merged commit 7321032 into EvolutionAPI:develop May 27, 2024
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.

2 participants