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

Build PSQL version automatically #733

Merged
merged 2 commits into from
Jan 17, 2022
Merged

Build PSQL version automatically #733

merged 2 commits into from
Jan 17, 2022

Conversation

sidoruka
Copy link
Contributor

NGB support Postgres DB to store the configuration info. But the artefacts, published into the NGB Binary repository are built with H2 support only.
Now NGB distribution will include the following JARs:

  • catgenome.jar - H2 version for backward compatability, if any service uses this name of the binary
  • catgenome-h2.jar - H2 version of the NGB JAR
  • catgenome-psql.jar - PSQL version of the NGB JAR

All the other artefacts (CLI, docs) are left as-is. Docker image is still built with H2 as well.

Note: this PR relies on #732. Might need to rebase this one, once merged.

@sidoruka sidoruka requested a review from mzueva January 17, 2022 10:22
@mzueva mzueva merged commit 91b923c into develop Jan 17, 2022
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