mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
fix: bump MariaDB version
Update MariaDB version from `10.2` to `10.3` to match requirement in README. By the way, is there any reason for the empty string being the default password and version? ```py def install_maridb(mysql_root_password='', version=''): # ... ```
This commit is contained in:
parent
5271e1ea2a
commit
a2ea3d90c5
@ -14,7 +14,7 @@ def install_prerequisites():
|
||||
|
||||
@click.command('mariadb')
|
||||
@click.option('--mysql_root_password')
|
||||
@click.option('--version', default="10.2")
|
||||
@click.option('--version', default="10.3")
|
||||
def install_maridb(mysql_root_password='', version=''):
|
||||
if mysql_root_password:
|
||||
extra_vars.update({
|
||||
|
Loading…
Reference in New Issue
Block a user