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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ The new phpList updater gives you an easy way to upgrade your installation via w
8
8
9
9
The updater will be available in all releases starting with phpList 3.3.7-RC1
10
10
11
+
### Requirements
12
+
13
+
The automatic updater requires the following PHP extensions: curl, zip and pdo.
14
+
11
15
### Technical details
12
16
13
17
The updater is currently performing the following steps. If one of those steps fail, you will have the possibility to correct the error and retry from the current step.
@@ -40,6 +44,12 @@ The updater is at the moment solely focused on replacing the files of the core i
40
44
- Upgrade the database (this uses the existing database migration code)
41
45
- Upgrade the plugins (this uses the existing plugin updater)
42
46
47
+
### Notes
48
+
49
+
- The updater stops when it finds unexpected files (not from phpList default installation) and lists them. To continue, you should delete these files.
50
+
- Any plugins that are not included in releases are removed and need to reinstalled following update (settings for those plugins in the database are not affected; reinstalling the plugins should make them work as before).
51
+
- It is possible to override the backup checks by reloading the page when the backup check fails. Do not reload the page unless you wish to proceed without a backup in this case.
52
+
- When the update process fails you should manually remove actions.txt file inside the config folder in order to reset the process and be able to try again.
0 commit comments