7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-18 05:12:21 +00:00

Add upgrade instructions for AMI users

AWS unhelpfully does not include upgrade instructions in the upgrade
email, so...
This commit is contained in:
Régis Behmo 2020-11-03 10:19:04 +01:00
parent 37a0576934
commit 91e647692a

View File

@ -6,6 +6,10 @@ Note: Breaking changes between versions are indicated by "💥".
## v10.4.0 (2020-10-30)
**Note for users of the [Tutor AMI](https://aws.amazon.com/marketplace/pp/B07PV3TB8X):** To upgrade from a previous v10 release, run:
curl -fsSL https://overhang.io/tutor/ami/upgrade.sh | sh
- [Improvement] Mount config and setting files in read-only mode
- 💥[Improvement] Enable unit completion tracking by default.
- [Bugfix] Run `apt update` before `apt install` when installing deps in the openedx Dockerfile