You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2022/04/21 19:38:00 UTC

[jira] [Updated] (NIFI-9950) NiFi Registry selecting incorrect DB scripts for MariaDB

     [ https://issues.apache.org/jira/browse/NIFI-9950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Bende updated NIFI-9950:
------------------------------
    Status: Patch Available  (was: Open)

> NiFi Registry selecting incorrect DB scripts for MariaDB
> --------------------------------------------------------
>
>                 Key: NIFI-9950
>                 URL: https://issues.apache.org/jira/browse/NIFI-9950
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Flyway previously identified MariaDB as type "MYSQL" and now it identifies it as "MARIADB".
> Our scripts are divided into three categories:
>  * MySQL
>  * Postgres
>  * Default (H2)
> Since MariaDB is not longer being identified as MySQL, it is falling into the third category and trying to run the default scripts against MariaDB, which fails and isn't expected to  work.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)