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