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

featureflagservice does not initialize database #1364

Closed
fvlankvelt opened this issue Feb 2, 2024 · 2 comments
Closed

featureflagservice does not initialize database #1364

fvlankvelt opened this issue Feb 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@fvlankvelt
Copy link
Contributor

Bug Report

Which version of the demo you are using? (please provide either a specific
commit
hash

or a specific
release).

hash: 022ba90

Symptom

When using the featureflag service docker container, it no longer creates the featureflags table in postgres upon startup.
As a result, the container is e.g. not usable in the Kubernetes helm chart.

What is the expected behavior?

I expect the service to take care of its data when given access to a database.

What is the actual behavior?

The service logs loads of errors when querying the database.

Reproduce

Build the docker container and use it with the helm chart.

@fvlankvelt fvlankvelt added the bug Something isn't working label Feb 2, 2024
@klucsik
Copy link
Contributor

klucsik commented Feb 7, 2024

#1338 Seems to be the solution

@fvlankvelt
Copy link
Contributor Author

okay, so the helm chart should also use that postgres image. That'll work indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants