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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The Updater can be accessed via the Web UI as well as the command line. It may b
15
15
16
16
## Known issues
17
17
18
-
* The `createBackup` step, which is **not** intended to backup user data, currently can slow down the larger the `datadirectory` gets (nextcloud/updater#507)
18
+
* The `createBackup` step, which is **not** intended to backup user data, currently can slow down the larger the `datadirectory` gets (nextcloud/updater#507)
19
19
* The `deleteOldFiles` step, which does not actually touch user data, currently can slow down the larger the `datadirectory` gets (nextcloud/updater#397)
20
20
* Multiple `*.config.php` files are currently not supported / ignored (nextcloud/updater#384)
21
21
* In some environments, the current iterator implementation may fail (nextcloud/updater#519)
@@ -236,7 +236,7 @@ check in the resulting `/updater.phar`.
236
236
237
237
#### Server components
238
238
239
-
Keep in mind that for the update/upgrade process there are some additional components that aren't part of the Updater app (nor necessarily part of
239
+
Keep in mind that for the update/upgrade process there are some additional components that aren't part of the Updater app (nor necessarily part of
240
240
`occ upgrade` itself):
241
241
242
242
* The Web-based update overview/notification page:
@@ -281,7 +281,7 @@ The available test targets are:
281
281
|`make test-cli`| Runs only the CLI updater tests (`features/cli.feature`) |
282
282
|`make test-stable26`| Tests update path for stable26 |
283
283
|`make test-stable27`| Tests update path for stable27 |
284
-
|`make test-stable28`| Tests update path for stable28|
284
+
|`make test-stable31`| Tests update path for stable31|
285
285
|`make test-master`| Tests update path for master |
|`make check-same-code-base`| Verifies `/index.php` is in sync with `/lib/*.php` + `/index.web.php`|
@@ -352,14 +352,14 @@ usually means:
352
352
### Unable to use the built-in Updater
353
353
354
354
If the built-in Updater does not function reliably for your environment, the old reliable (albeit admittedly tedious) [manual update](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/manual_upgrade.html) process may be your best alternative.
355
-
This was the primary way of keeping Nextcloud Server up-to-date before the automated Updater was developed. In addition, if Updater does not work in your environment, report the details of your situation to https://github.com/nextcloud/updater/issues so that
355
+
This was the primary way of keeping Nextcloud Server up-to-date before the automated Updater was developed. In addition, if Updater does not work in your environment, report the details of your situation to https://github.com/nextcloud/updater/issues so that
356
356
consideration can be given to adapting Updater to a wider variety of environments.
357
357
358
358
### Updater != `occ upgrade`
359
359
360
360
The `occ upgrade` command runs the database migrations which adapt your existing database to the updated version Nextcloud Server that is deployed by the Updater (or via a manual update).
361
361
362
-
Despite the confusing naming - which makes sense technically, but in hindsight may not have been the best to avoid confusion - the Updater *must* run (and completely successfully) before `occ upgrade` will have anything to do.
362
+
Despite the confusing naming - which makes sense technically, but in hindsight may not have been the best to avoid confusion - the Updater *must* run (and completely successfully) before `occ upgrade` will have anything to do.
0 commit comments