We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3232d70 commit e20d1deCopy full SHA for e20d1de
bookstack/rootfs/etc/cont-init.d/bookstack.sh
@@ -47,9 +47,10 @@ else
47
bashio::log.warning "Uninstalling the MariaDB addon will remove any data"
48
49
bashio::log.info "Creating database for Bookstack if required"
50
- mysql \
+ mariadb \
51
-u "${username}" -p"${password}" \
52
-h "${host}" -P "${port}" \
53
+ --skip-ssl \
54
-e "CREATE DATABASE IF NOT EXISTS \`bookstack\` ;"
55
fi
56
0 commit comments