Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • None
    • N/A
    • installation
    • RHEL 7.9
       5.6.8 5.6.7

    Description

      We have upgraded RHEL 7.6 to RHEL 7.9 to be able to install MariaDB 10.5.18
      with MariaDB-columnstore-engine-10.5.18_5.6.8-1.el7.centos.x86_64.rpm.
      We removed CS Version 1.2.5 (MariaDB 10.3)

      Error Message:
      Installing : MariaDB-columnstore-engine-10.5.17_5.6.7-1.el7.centos.x86_64 4/4
      checking for engine columnstore...
      columnstore doesn't exist
      There was an error installing MariaDB ColumnStore engine plugin. Continue to install the engine though. Please resolve the issues and run necessary scripts manually.

      Attachments

        Activity

          Fixed.
          Just install Columnstore Engine / Plugins manuelly:

          mariadb#>
          INSTALL PLUGIN Columnstore SONAME 'ha_columnstore.so';
          INSTALL PLUGIN COLUMNSTORE_COLUMNS SONAME 'ha_columnstore.so';
          INSTALL PLUGIN COLUMNSTORE_TABLES SONAME 'ha_columnstore.so';
          INSTALL PLUGIN COLUMNSTORE_FILES SONAME 'ha_columnstore.so';
          INSTALL PLUGIN COLUMNSTORE_EXTENTS SONAME 'ha_columnstore.so';

          root#>
          /usr/bin/post-mysqld-install
          /usr/bin/post-mysql-install

          aeae81 andreas eschbacher added a comment - Fixed. Just install Columnstore Engine / Plugins manuelly: mariadb#> INSTALL PLUGIN Columnstore SONAME 'ha_columnstore.so'; INSTALL PLUGIN COLUMNSTORE_COLUMNS SONAME 'ha_columnstore.so'; INSTALL PLUGIN COLUMNSTORE_TABLES SONAME 'ha_columnstore.so'; INSTALL PLUGIN COLUMNSTORE_FILES SONAME 'ha_columnstore.so'; INSTALL PLUGIN COLUMNSTORE_EXTENTS SONAME 'ha_columnstore.so'; root#> /usr/bin/post-mysqld-install /usr/bin/post-mysql-install

          People

            Unassigned Unassigned
            aeae81 andreas eschbacher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.