You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the following command: ./bin/moodle35-docker-compose up -d
Then go to http://localhost:8000/
=> ERROR DATABASE
Question
(1) Am I on the right direction? Is there a better way to achieve my goal?
(2) It seems to me that the SQL Server is still running the previous database (moodle) but haven't created the new database (moodle35). How to make it created the new database moodle35?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi there,
I have been using this repo for my Moodle 3.4 development.
Now I have to work on Moodle 3.4 and Moodle 3.5.
My Goal
Be able to start Moodle3.4 or Moodle3.5 environment.
My solution
To do so I created new scripts:
I forked this repo to share these files (https://github.com/Nicosoft/moodle-docker)
Result
I run the following command:
./bin/moodle35-docker-compose up -d
Then go to http://localhost:8000/
=> ERROR DATABASE
Question
(1) Am I on the right direction? Is there a better way to achieve my goal?
(2) It seems to me that the SQL Server is still running the previous database (moodle) but haven't created the new database (moodle35). How to make it created the new database moodle35?
Thanks for your help.
The text was updated successfully, but these errors were encountered: