Skip to content
Snippets Groups Projects
Commit 0fa3c23f authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-541: replace entries in ConfigDB JSON file

parent e91cb175
No related branches found
No related tags found
1 merge request!258Resolve L2SS-541-remove-mysql-archiver
...@@ -31,18 +31,19 @@ ...@@ -31,18 +31,19 @@
"hdbppcm-srv": { "hdbppcm-srv": {
"01": { "01": {
"HdbConfigurationManager": { "HdbConfigurationManager": {
"archiving/hdbpp/confmanager01": { "archiving/hdbppts/confmanager01": {
"properties": { "properties": {
"ArchiverList": [ "ArchiverList": [
"archiving/hdbpp/eventsubscriber01" "archiving/hdbppts/eventsubscriber01"
], ],
"LibConfiguration": [ "LibConfiguration": [
"host=archiver-maria-db", "connect_string= user=postgres password=password host=archiver-timescale port=5432 dbname=hdb",
"libname=libhdb++mysql.so.6", "host=archiver-timescale",
"dbname=hdbpp", "libname=libhdb++timescale.so",
"port=3306", "dbname=hdb",
"user=tango", "port=5432",
"password=tango" "user=postgres",
"password=password"
], ],
"MaxSearchSize": [ "MaxSearchSize": [
"1000" "1000"
...@@ -55,18 +56,19 @@ ...@@ -55,18 +56,19 @@
"hdbppes-srv": { "hdbppes-srv": {
"01": { "01": {
"HdbEventSubscriber": { "HdbEventSubscriber": {
"archiving/hdbpp/eventsubscriber01": { "archiving/hdbppts/eventsubscriber01": {
"properties": { "properties": {
"CheckPeriodicTimeoutDelay": [ "CheckPeriodicTimeoutDelay": [
"5" "5"
], ],
"LibConfiguration": [ "LibConfiguration": [
"host=archiver-maria-db", "connect_string= user=postgres password=password host=archiver-timescale port=5432 dbname=hdb",
"libname=libhdb++mysql.so.6", "host=archiver-timescale",
"dbname=hdbpp", "libname=libhdb++timescale.so",
"port=3306", "dbname=hdb",
"user=tango", "port=5432",
"password=tango" "user=postgres",
"password=password"
], ],
"PollingThreadPeriod": [ "PollingThreadPeriod": [
"3" "3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment