Join the community today
Register Now

IP.Board Does anyone uses Invision forums 4.x with MariaDB 11.4.x or 11.8?

Discussion in 'Forum software usage' started by pamamolf, May 9, 2026.

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    4:46 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Hi,

    I am just wondering if any Centminmod user uses Mariadb 11.4 or 11.8 for Invision 4.x latest version...


    Please share your experience with it...

    Thanks in advance !
     
  2. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    8:46 PM
    Nginx 1.31.0
    Maria DB 11.4.x
    Invision 4.x user here though I'm currently at 10.6 as that was at the limit of centminmod the last time I was looking to update the database.

    From this thread it looks like 11.x version of mariadb have been successful though Invision is built for MySQL.
    https://invisioncommunity.com/forum...s-and-hosting-considerations/#comment-3020096

    Are you aware that Invision 4.x EOF is the end of the year? 5.x is currently available.

    I'll probably go to Maria 10.11 and sit there for a while unless i find some compelling reason to upgrade to Maria 11.x
     
  3. JAFRI

    JAFRI New Member

    8
    2
    3
    Feb 26, 2019
    Ratings:
    +4
    Local Time:
    6:46 AM
    nginx/1.15.9
    MariaDB 10.2.22
    I've been running MariaDB 11.4 on a few Centmin Mod instances with IPS 4.7, and honestly, the performance gains in query optimization are noticeable, especially on larger posts tables.

    A few things to keep in mind:

    Compatibility: IPS 4.x handles 11.4 fine, but 11.8 is still very bleeding edge. I’d stick with 11.4 (LTS) for a production forum to keep things stable.

    Config: Make sure you re-run centmin.sh menu option 4 after upgrading to ensure your my.cnf settings are tuned for the new version's memory handling.

    Backups: Before you jump, do a full mysqldump. MariaDB 11.x changes some defaults regarding authentication and grants that can occasionally trip up older connection scripts.

    Overall, it's a solid upgrade if you're looking for better indexing efficiency, but definitely go the 11.4 route.
     
  4. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    4:46 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    I thought that when using the Centminmod menu for the upgrade the my.cnf settings was auto updated related to the new version.

    Option 4 is Nginx...

    4). Nginx Upgrade / Downgrade
     
  5. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    8:46 PM
    Nginx 1.31.0
    Maria DB 11.4.x
    It doesn't seem like the current betas of centminmod (140.00, 141.00) support upgrading to 11.4
     
  6. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    3:46 AM
    1.29 x
    11.4
    Yes you can, add this to your custom_config:
    Code (Text):
    ENABLE_MARIADBELEVENFOURUPGRADE='y'


    Then run centmin(141) -> 11 -> 12
     
  7. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    8:46 PM
    Nginx 1.31.0
    Maria DB 11.4.x
    That enable code did the trick. Thank you!
     
  8. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    4:46 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    @eva2000 has mention that the version 11.4.x has some important changes that the users must know and i am wondering which are they and how they can affect the users?

    In which cases?

    Thanks in advance !
     
  9. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    8:46 PM
    Nginx 1.31.0
    Maria DB 11.4.x
    I was able to successfully upgrade from MariaDB 10.6.x to 11.4.x on a couple of instances but for both my CPU load averages are running much higher than previously to the point where they spiral out of control. I've tried going through the config to the best of my ability but hasn't seemed to help. I'll take any suggestions/help.

    If you're on a version of MariaDB that works for you, don't move.
     
  10. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    3:46 AM
    1.29 x
    11.4
    Hmm, I did the same but no problems with high loads here...
     
  11. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    8:46 PM
    Nginx 1.31.0
    Maria DB 11.4.x
    It turns out that about the same time I decided to upgrade database versions, I was getting scraped by bots.
    At the end of the day, I was able to successfully update both of my sites with no issues, besides going nuts for a day.