2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

Merge pull request #904 from barredterra/patch-1

fix: bump MariaDB version
This commit is contained in:
gavin 2020-01-20 10:46:52 +05:30 committed by GitHub
commit 8d792190b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({