Skip to content

Commit

Permalink
Remove hard dependency on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kemenaran committed Jan 3, 2017
1 parent 6806cc4 commit 4b2890b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
},
"multi_instance": "false",
"services": [
"nginx",
"mysql-common"
"nginx"
],
"requirements": {
"mysql-common": ">= 5.6"
},
"arguments": {
"install" : [
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [[ "$mysql_version" == *"Distrib 4."* ]] \
|| [[ "$mysql_version" == *"Distrib 5.4"* ]] \
|| [[ "$mysql_version" == *"Distrib 5.5"* ]];
then
echo "Mattermost requires MySQL 5.6 or higher."
echo "Mattermost requires MySQL 5.6 or higher, or MariaDB 10 or higher."
exit 1
fi

Expand Down

0 comments on commit 4b2890b

Please sign in to comment.