mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update mariadb version, TODO: auto-detect version
This commit is contained in:
parent
5f0a478c48
commit
a4791ca79d
@ -36,7 +36,7 @@ EOFMYSQL
|
||||
cd ../login_server/skeema
|
||||
sudo cat << EOF > .skeema
|
||||
[production]
|
||||
flavor=mariadb:10.1.47
|
||||
flavor=mariadb:10.3.25
|
||||
host=127.0.0.1
|
||||
port=3306
|
||||
user=$LOGIN_DB_USER
|
||||
@ -57,7 +57,7 @@ cd ../../..
|
||||
cd community_server/skeema
|
||||
sudo cat << EOF > .skeema
|
||||
[production]
|
||||
flavor=mariadb:10.1.47
|
||||
flavor=mariadb:10.3.25
|
||||
host=127.0.0.1
|
||||
port=3306
|
||||
user=$COMMUNITY_DB_USER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user