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

Migrate PDCM Admin to use Postgres instead of H2 #1116

Open
1 task done
mauroz77 opened this issue Sep 28, 2023 · 1 comment
Open
1 task done

Migrate PDCM Admin to use Postgres instead of H2 #1116

mauroz77 opened this issue Sep 28, 2023 · 1 comment
Assignees

Comments

@mauroz77
Copy link
Contributor

mauroz77 commented Sep 28, 2023

Description

Currently, the PDCM Admin service uses an H2 database, which we ourselves provide as a service in k8.
We could benefit from using instead the Postgres database that is already in place for the ETL. Some of the benefits are:

  • Less admin load
  • Backup of data
  • I can add functionality to the Admin service by easily fetching data from the ETL database

Acceptance criteria

  • PDCM API working connected to Postgres
@mauroz77 mauroz77 self-assigned this Sep 28, 2023
@mauroz77
Copy link
Contributor Author

@zperova done

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

1 participant