Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
c5d69784
Commit
c5d69784
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Explain manual invokation of updater
parent
30efa6b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Updater/README.md
+18
-0
18 additions, 0 deletions
Updater/README.md
with
18 additions
and
0 deletions
Updater/README.md
+
18
−
0
View file @
c5d69784
...
...
@@ -64,6 +64,24 @@ service installation directory and the `$UpdateSourcePath` location (the latter
one only requires write-permissions for the
`Logs`
folder for uploading the log
files).
Manual Invokation
-----------------
To launch the updater manually, e.g. to run it in verbose mode for seeing what
is going on, use the following command:
```
powershell
.
\Update-Service.ps1
-UpdaterSettings
.
\UpdaterConfig.inc.ps1
-Verbose
```
For enforcing a cleanup-update, use the
`-ForceServiceCleanup`
flag. The updater
will then try to stop the service no matter whether it is busy and will remove
an existing status file (so the service starts with a
*clean*
status):
```
powershell
.
\Update-Service.ps1
-UpdaterSettings
.
\UpdaterConfig.inc.ps1
-ForceServiceCleanup
-Verbose
```
Automatic Updates
-----------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment