Skip to content

Commit

Permalink
Merge pull request #2245 from GiganticMinecraft/init-debug-db
Browse files Browse the repository at this point in the history
いくつかのプラグイン用のDBを作る
  • Loading branch information
rito528 authored Sep 22, 2024
2 parents 5727534 + 9dcd6e3 commit 43a88a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5918,7 +5918,7 @@ data:
Settings:
#SQLite MySQL MariaDB
#MariaDB require DatabaseDrivers
storage-type: MariaDB
storage-type: MySQL
#Use connection pool or not
#Require 'slf4j' dependencies
#At least java version 11 is required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ spec:
- -c
- |
echo 'CREATE DATABASE IF NOT EXISTS luckperms;' > /docker-entrypoint-initdb.d/create-db.sql
echo 'CREATE DATABASE IF NOT EXISTS litebans;' >> /docker-entrypoint-initdb.d/create-db.sql
echo 'CREATE DATABASE IF NOT EXISTS coreprotect__mc_s1;' >> /docker-entrypoint-initdb.d/create-db.sql
echo 'CREATE DATABASE IF NOT EXISTS xconomy;' >> /docker-entrypoint-initdb.d/create-db.sql
volumeMounts:
- mountPath: /docker-entrypoint-initdb.d
name: sqldump-volume
Expand Down

0 comments on commit 43a88a0

Please sign in to comment.