[
https://issues.apache.org/jira/browse/NIFI-9950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17527180#comment-17527180
]
ASF subversion and git services commented on NIFI-9950:
-------------------------------------------------------
Commit 3a15d4fbe5c35a4c5adcf1e1046a37cfd8c12b89 in nifi's branch
refs/heads/dependabot/maven/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/org.apache.hadoop-hadoop-common-3.2.3
from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3a15d4fbe5 ]
NIFI-9950 Identify MariaDB database type and use MySQL migration scripts
Signed-off-by: Nathan Gough <[email protected]>
This closes 5989.
> 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
> Fix For: 1.17.0, 1.16.1
>
> Time Spent: 40m
> 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)