Skip to content

Commit

Permalink
docs(core): Added warning about the database file path to H2DbService…
Browse files Browse the repository at this point in the history
… 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 e4d4e5f)

Co-authored-by: Salvatore Coppola <[email protected]>
  • Loading branch information
github-actions[bot] and salvatore-coppola authored Nov 24, 2022
1 parent c3b2d1d commit 2c1aba9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."/>

<AD id="db.user"
name="User"
Expand Down

0 comments on commit 2c1aba9

Please sign in to comment.