Steps for using SQL implementation (with PostgreSQL) #422
Replies: 5 comments 1 reply
-
hey, could you please provide some stack traces and details about the error you are seeing? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I’m facing the same issue. Has anyone found a solution or any updates on this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Hi @veirigoyen the MVD kubernetes deployment already supports persistence checks here |
Beta Was this translation helpful? Give feedback.
-
please note that version |
Beta Was this translation helpful? Give feedback.
-
I'll close this discussion, because a) you are using an outdated/unsupported version of EDC, and b) the MVD already supports persistence as outlined by @wolf4ood |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am using the MVD and want to add the SQL module, but so far my configuration doesn't work. Probably a valid configuration will also help others that may face the same problem, so I would like some help on doing so.
I work on a snapshot of the connector (0.3.1) since it is compatible with the MVD_UI and didn't update since it seems a very stable version.
On the connector side:
I have added the sql module
implementation(project(":extensions:control-plane:store:sql:control-plane-sql"))
to the data-plane-server launcher./launchers/data-plane-server/build.gradle.kts
in order to be initialised.The config.properties file within the same folder of the launcher (should this config be added here or on the MVD side?) has the following properties: (*values are removed just for the discussion)
Also tried to add properties for all sources:
On the MVD side:
-> what is working as expected with this configuration
-> what is not working as expected with this configuration
*All DB Tables are created, but the tables for policy-definition-store-sql
edc_policydefinitions
and transfer-process-store-sqledc_transfer_process
are always empty...The InMemory stores work as expected and everything is completed without issues.
Any thoughts on what is missing here? Thank you in advance.
@ndr-brt @juliapampus Thank you for your help so far!
Beta Was this translation helpful? Give feedback.
All reactions