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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,13 @@ Some of our clients maharas are truly massive. We also have multiple environment
43
43
44
44
Using this plugin we can configure production to have full read write to the remote filesystem and store the vast bulk of content remotely. In this setup the latency and bandwidth isn't an issue as they are colocated. The local filedir on disk would only consist of small or fast churning files. A refresh of the production data back to a staging environment can be much quicker now as we skip the sitedir clone completely and stage is simple configured with readonly access to the production filesystem. Any files it creates would only be written to it's local filesystem which can then be discarded when next refreshed.
45
45
46
+
## Supported Mahara Versions
47
+
48
+
| Mahara version | Branch |
49
+
|----------------------|---------------------|
50
+
| Mahara 25.04+ | MAHARA_2504_STABLE |
51
+
| Mahara 18.04 - 24.04 | master |
52
+
46
53
## Installation
47
54
1. If not on Mahara 18.04, backport the file system API. See [Backporting](#backporting)
48
55
2. Setup your remote object storage. See [Remote object storage setup](#amazon-s3)
0 commit comments