šŸš¤ Quick questions thread

please for next major release a 1-click install for python apps(flask and django)ā€¦thanks

I donā€™t believe itā€™ll make it in .45, that is focusing on ad hoc webapp profiles and opening the framework to third-party, but will be within the next couple releases. :smile:

1 Like

@msaladna is it possible to upgrade to mariadb 10.5 as my current app is already using that, iā€™ve gone through the docs but 10.4 is the current supported limit.

Added support for 10.5 just now :slight_smile:

Install a new copy of ApisCP and specify, -s mariadb_version=10.5 in the customization command.

Never perform an in-place upgrade. Youā€™ll run into complications with cross-linked libraries or corrupt table definitions. Iā€™ve seen situations, for example, where an older version of MariaDB accepted record sizes > 8126 bytes and newer versions in fact prohibited records of this size locking access to those tables.

Itā€™s best to perform a platform migration, which will do a full export/import of the data for consistency checks. If youā€™re using integrated DNS, then ApisCP will also take care of the IP address changes automatically.

1 Like