From eaa428c53da25fd515e58861d6afeee6d9890797 Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Thu, 18 Sep 2025 12:20:14 +0200
Subject: [PATCH 1/7] Rearrange local storage support matrix for clarity
---
.../operation-modes/on-premise-platforms/linux.md | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/doc/middleware-de-kassensichv/operation-modes/on-premise-platforms/linux.md b/doc/middleware-de-kassensichv/operation-modes/on-premise-platforms/linux.md
index c9c11a3f..7847ed19 100644
--- a/doc/middleware-de-kassensichv/operation-modes/on-premise-platforms/linux.md
+++ b/doc/middleware-de-kassensichv/operation-modes/on-premise-platforms/linux.md
@@ -19,12 +19,13 @@ Other than that, no specific software needs to be installed (aside from the depe
### Local data storage/Linux distribution support matrix
-| | Ubuntu | Debian | Other distributions running Mono |
-|-----------------------------------------------------------------|------------|------------|----------------------------------|
-| local mySQL Storage | **tested** | **tested** | should work (not tested) |
-| local [SQLite-Storage](../on-premise-databases/sqlite.md) | **tested** | **tested** | should work (not tested) |
-| local [EF-Storage](../on-premise-databases/entity-framework.md) | not tested | not tested | |
-| local in-memory storage | not tested | not tested | |
+| | Ubuntu | Debian | Other distributions running Mono |
+|-----------------------------------------------------------------|---------------|---------------|----------------------------------|
+| local [SQLite-Storage](../on-premise-databases/sqlite.md) | **tested** | **tested** | should work (not tested) |
+| local mySQL Storage | **tested** | **tested** | should work (not tested) |
+| local [EF-Storage](../on-premise-databases/entity-framework.md) | not tested | not tested | |
+| local mySQL Storage | not supported | not supported | not supported |
+| local in-memory storage | not tested | not tested | |
Both Entity Framework and SQLite queues can be launched on Linux, starting from version 1.3.3.
From da793422d7b1d0f08f00a3e475172ad6a87c0031 Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Thu, 18 Sep 2025 12:24:52 +0200
Subject: [PATCH 2/7] Update linux.md
---
.../operation-modes/on-premise-platforms/linux.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/middleware-it-registratore-telematico/operation-modes/on-premise-platforms/linux.md b/doc/middleware-it-registratore-telematico/operation-modes/on-premise-platforms/linux.md
index 38c51da8..543aab12 100644
--- a/doc/middleware-it-registratore-telematico/operation-modes/on-premise-platforms/linux.md
+++ b/doc/middleware-it-registratore-telematico/operation-modes/on-premise-platforms/linux.md
@@ -20,11 +20,11 @@ In general, it's possible to run the Middleware on each Linux distribution (_Ubu
### Local data storage/Linux distribution support matrix
-| | Ubuntu | Debian | Other distributions |
-|-----------------------------------------------------------------|------------|------------|----------------------------------|
-| **[SQLite-Storage](../on-premise-databases/sqlite.md)** | **tested** | **tested** | should work (not tested) |
-| **[MySQL-storage](../on-premise-databases/mysql.md)** | **tested** | **tested** | should work (not tested) |
-| **[EF-storage](../on-premise-databases/entity-framework.md)** | not tested | not tested | |
+| | Ubuntu | Debian | Other distributions |
+|-----------------------------------------------------------------|---------------|---------------|----------------------------------|
+| **[SQLite-Storage](../on-premise-databases/sqlite.md)** | **tested** | **tested** | should work (not tested) |
+| **[EF-storage](../on-premise-databases/entity-framework.md)** | not tested | not tested | |
+| **[MySQL-storage](../on-premise-databases/mysql.md)** | not supported | not supported | not supported |
Both Entity Framework and SQLite queues can be launched on Linux, starting from version 1.3.45.
From f42c794d7fb834f39b7f15e8722ceb8a2da56044 Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Thu, 18 Sep 2025 12:25:37 +0200
Subject: [PATCH 3/7] Update MySQL-storage support for Linux and Android
---
.../operation-modes/installation.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/middleware-it-registratore-telematico/operation-modes/installation.md b/doc/middleware-it-registratore-telematico/operation-modes/installation.md
index 685e113a..93862994 100644
--- a/doc/middleware-it-registratore-telematico/operation-modes/installation.md
+++ b/doc/middleware-it-registratore-telematico/operation-modes/installation.md
@@ -53,8 +53,9 @@ Following local data storage options can be configured in the queue:
| | Windows | Linux, macOS | Android |
|------------------------------------------------------------|---------------|---------------|---------------|
| **[SQLite-storage](on-premise-databases/sqlite.md)** | **supported** | **supported** | **supported** |
-| **[MySQL-storage](on-premise-databases/mysql.md)** | **supported** | **supported** | **supported** |
| **[EF-storage](on-premise-databases/entity-framework.md)** | **supported** | **supported** | not supported |
+| **[MySQL-storage](on-premise-databases/mysql.md)** | **supported** | not supported | **supported** |
+
## Local data export
From a12a225c07ae92a919c7cc6dfec3f9bae8db355e Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Thu, 18 Sep 2025 12:26:30 +0200
Subject: [PATCH 4/7] Update MySQL storage support for Linux and macOS
---
.../operation-modes/on-premise-installation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/middleware-de-kassensichv/operation-modes/on-premise-installation.md b/doc/middleware-de-kassensichv/operation-modes/on-premise-installation.md
index 61f60411..9aadbd99 100644
--- a/doc/middleware-de-kassensichv/operation-modes/on-premise-installation.md
+++ b/doc/middleware-de-kassensichv/operation-modes/on-premise-installation.md
@@ -50,7 +50,7 @@ Following local data storage options can be configured in the queue:
| ---------------------------------------------------------- | ------------- | ------------- | ------------- |
| **[EF-storage](on-premise-databases/entity-framework.md)** | **supported** | **supported** | not supported |
| **In-memory storage** | | | |
-| **[MySQL-storage](on-premise-databases/mysql.md)** | **supported** | **supported** | **supported** |
+| **[MySQL-storage](on-premise-databases/mysql.md)** | **supported** | not supported | **supported** |
| **[SQLite-storage](on-premise-databases/sqlite.md)** | **supported** | **supported** | **supported** |
## Local data export
From 32d3c848cfb1d48f1f2c5781dca6458e0b8d28b7 Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Thu, 18 Sep 2025 12:29:11 +0200
Subject: [PATCH 5/7] Clarify MySQL storage provider usage restrictions
Added note about storage support limitations.
---
.../operation-modes/on-premise-databases/mysql.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/middleware-it-registratore-telematico/operation-modes/on-premise-databases/mysql.md b/doc/middleware-it-registratore-telematico/operation-modes/on-premise-databases/mysql.md
index 66fae803..934689a8 100644
--- a/doc/middleware-it-registratore-telematico/operation-modes/on-premise-databases/mysql.md
+++ b/doc/middleware-it-registratore-telematico/operation-modes/on-premise-databases/mysql.md
@@ -13,6 +13,12 @@ The use of the MySQL storage provider enables the middleware to be operated with
This storage provider is particularly suitable for setting up fail-safe systems or for integrating middleware into existing system architectures.
+::: info
+
+This storage is only supported for use within bring your own datacenter and not for local operation.
+
+:::
+
## Parameters
| Name | Description | **Default Value**
**Mandatory Field** |
From 2b8aec55ab15e04e06870e22ec58b6428999fb45 Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Thu, 18 Sep 2025 12:29:45 +0200
Subject: [PATCH 6/7] Clarify MySQL storage provider usage restrictions
---
.../operation-modes/on-premise-databases/mysql.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/middleware-de-kassensichv/operation-modes/on-premise-databases/mysql.md b/doc/middleware-de-kassensichv/operation-modes/on-premise-databases/mysql.md
index 3242ae2b..0d05bd95 100644
--- a/doc/middleware-de-kassensichv/operation-modes/on-premise-databases/mysql.md
+++ b/doc/middleware-de-kassensichv/operation-modes/on-premise-databases/mysql.md
@@ -13,6 +13,12 @@ The use of the MySQL storage provider enables the middleware to be operated with
This storage provider is particularly suitable for setting up fail-safe systems or for integrating middleware into existing system architectures.
+::: info
+
+This storage is only supported for use within bring your own datacenter and not for local operation.
+
+:::
+
## Parameters
| Name | Description | **Default Value**
**Mandatory Field** |
From 96550cce6ace05d0e03da6dd6352dbbd2b6c4da9 Mon Sep 17 00:00:00 2001
From: Paul Volavsek <24523184+volllly@users.noreply.github.com>
Date: Fri, 26 Sep 2025 10:23:33 +0200
Subject: [PATCH 7/7] Update markdown link check disable comment
---
.../operation-modes/scu/cryptovision.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/middleware-de-kassensichv/operation-modes/scu/cryptovision.md b/doc/middleware-de-kassensichv/operation-modes/scu/cryptovision.md
index 0257381f..729c9456 100644
--- a/doc/middleware-de-kassensichv/operation-modes/scu/cryptovision.md
+++ b/doc/middleware-de-kassensichv/operation-modes/scu/cryptovision.md
@@ -11,7 +11,7 @@ Certification-ID of TSE according to chapter 9.2.2 of [Anwendungserlass zu ยง 14
| Certification-ID | Test item | Applicant | Date |
| :----------------------------------------------------------- | :-------------------------------------- | :------------------- | :--------- |
-| [BSI-K-TR-0374-2020](https://www.bsi.bund.de/SharedDocs/Zertifikate_TR/Technische_Sicherheitseinrichtungen/BSI-K-TR-0374-2020.html) | Bundesdruckerei D-TRUST TSE Version 1.0 | cv cryptovision GmbH | 14.04.2020 |
+| [BSI-K-TR-0374-2020](https://www.bsi.bund.de/SharedDocs/Zertifikate_TR/Technische_Sicherheitseinrichtungen/BSI-K-TR-0374-2020.html) | Bundesdruckerei D-TRUST TSE Version 1.0 | cv cryptovision GmbH | 14.04.2020 |
#### Certification identification