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

PostgreSQL requirement #560

Open
r0ue opened this issue Dec 8, 2023 · 1 comment
Open

PostgreSQL requirement #560

r0ue opened this issue Dec 8, 2023 · 1 comment

Comments

@r0ue
Copy link

r0ue commented Dec 8, 2023

Describe the bug
I can't configure ~/.variantvalidator not to require a [postgres] database

To Reproduce
I have the code installed. The mysql database is configured.
We don't have postgresql available on our cluster and the documentation suggested it was optional.
I'd like to run without it if possible, but do not see a way forward to do so

Expected behavior
I'd like confirmation that postgres is option and how to exclude it in the configuration.
If it's not really optional, I'd like confirmation of that, then I can see if there's any way I can convince our site admins to spin up an instance.

Screenshots

Additional context

@Peter-J-Freeman
Copy link
Collaborator

@r0ue . The Postgres database is required. Do you have docker? If so, the best way to install is to use https://github.com/openvar/rest_variantValidator/blob/master/docs/DOCKER.md. You can either install the entirity of the API in docker and use local calls, or you can start the databases in docker and connect via the exposed ports. Or you could just spin up the postgres container in docker and connect. Quite a few options. Let me know if docker is available

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

2 participants