From 2c1aba99d8cf1c31f1c4003b8a783ecf53605983 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:14:35 +0100 Subject: [PATCH] docs(core): Added warning about the database file path to H2DbService metatype [backport release-5.2.0] (#4279) docs(core): Added warning about the database file path to H2DbService metatype (#4278) Update org.eclipse.kura.core.db.H2DbService.xml (cherry picked from commit e4d4e5f8f6cc5a1ad94af13aba67da1ced847a0c) Co-authored-by: Salvatore Coppola <83589980+salvatore-coppola@users.noreply.github.com> --- .../metatype/org.eclipse.kura.core.db.H2DbService.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kura/org.eclipse.kura.core/OSGI-INF/metatype/org.eclipse.kura.core.db.H2DbService.xml b/kura/org.eclipse.kura.core/OSGI-INF/metatype/org.eclipse.kura.core.db.H2DbService.xml index a0268e0e94c..3e522a4fd1e 100644 --- a/kura/org.eclipse.kura.core/OSGI-INF/metatype/org.eclipse.kura.core.db.H2DbService.xml +++ b/kura/org.eclipse.kura.core/OSGI-INF/metatype/org.eclipse.kura.core.db.H2DbService.xml @@ -26,7 +26,9 @@ default="jdbc:h2:mem:kuradb" description="JDBC connector URL of the database instance. See http://www.h2database.com/html/features.html for more information. Passing the USER and PASSWORD parameters in the connector URL is not supported, these paramters will be ignored if present. - Please use the db.user and db.password fields to provide the credentials."/> + Please use the db.user and db.password fields to provide the credentials. + In case of persisted databases, the database file path is subject to limitations. + Please make sure to read official H2DbService documentation before creating a new database."/>