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

Sync pgcat config for docker-compose #104

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

chhetripradeep
Copy link
Contributor

Realised that pgcat.toml used in docker-compose has deviated a lot from the one in root causing failure while starting the docker-compose environment

[2022-08-02T07:48:12Z ERROR pgcat::config] Could not parse config file: missing field `autoreload` for key `general` at line 75 column 1
[2022-08-02T07:48:12Z ERROR pgcat] Config parse error: BadConfig

Hence syncing it and changing 4 fields: username, password, database and host.

Copy link
Contributor

@levkk levkk left a comment

Choose a reason for hiding this comment

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

Good catch. Thank you!

@levkk levkk merged commit 20e8f9d into postgresml:main Aug 2, 2022
@drdrsh
Copy link
Collaborator

drdrsh commented Aug 2, 2022

I think we will also need to update the docs to reflect that config changes.
Will try to get started on this.

jmeagher pushed a commit to jmeagher/pgcat that referenced this pull request Feb 17, 2023
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.

3 participants