Merge "Install python db client if a db backend is configured"
diff --git a/stack.sh b/stack.sh
index cd8a11e..c2eeaee 100755
--- a/stack.sh
+++ b/stack.sh
@@ -727,6 +727,8 @@
 
 if is_service_enabled $DATABASE_BACKENDS; then
     install_database
+fi
+if [ -n "$DATABASE_TYPE" ]; then
     install_database_python
 fi