Skip to content

Commit 287939f

Browse files
authored
Merge pull request #32 from udzuki/fix-31
moodle-dockerのPostgreSQL更新に伴うMoodleのエラー(ERROR: column d.adsrc does not exist)
2 parents b7787ef + 900101a commit 287939f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/moodle_install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ REPO_DIR=$(dirname $BIN_DIR)
77
cd $REPO_DIR
88
git clone https://github.com/moodlehq/moodle-docker
99
cd moodle-docker
10+
# Avoid using postgres:12
11+
git checkout ec0bcf82b7
12+
1013
git clone -b MOODLE_34_STABLE git://git.moodle.org/moodle.git
1114
cp config.docker-template.php ./moodle/config.php
1215
sed -i.org -e "s/MOODLE_DOCKER_DBUSER: moodle/MOODLE_DOCKER_DBUSER: moodleuser/" -e "s/POSTGRES_USER: moodle/POSTGRES_USER: moodleuser/" base.yml

0 commit comments

Comments
 (0)