Make easier to use MariaDB 10.4
Just add the following 2 lines in a SR: [mariadb] location = ${mariadb-10.4:location}
Showing
-
Owner
https://nexedijs.erp5.net/#/test_result_module/20201028-3FB9B334/16? has an error that seems related to this change
In some components, we do like this:
[mariadb] <= mariadb-10.4
-
Owner
But that can't be overridden properly by another file with
[mariadb] <= mariadb-10.3
So I fixed differently.
-
Owner
Ah yes, I think this technique does not work from other profiles when
${:_profile_base_location_}
is used. Thanks !
Please register or sign in to comment