mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
moodle/tasks/install.yml: Fix CLI upgrade example
This commit is contained in:
parent
a7b58da079
commit
b0f1cccd37
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@
|
|||
# 2023-12-17: Upgrade instructions via CLI
|
||||
# https://docs.moodle.org/en/Administration_via_command_line
|
||||
#
|
||||
# EXAMPLE:
|
||||
# cd /opt/iiab/moodle
|
||||
# sudo -u www-data /usr/bin/php admin/cli/maintenance.php --enable
|
||||
# git pull
|
||||
# git pull https://github.com/moodle/moodle MOODLE_403_STABLE
|
||||
# sudo -u www-data /usr/bin/php admin/cli/upgrade.php
|
||||
# sudo -u www-data /usr/bin/php admin/cli/maintenance.php --disable
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue