aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-01-17 11:16:05 +0100
committerOliver Smith <osmith@sysmocom.de>2019-01-22 15:40:18 +0100
commit7943e269380fc00d6c8bbedca7d52360c36384f1 (patch)
treeb28767515f4927356635f794bd60fabf91f5c5f8 /doc
parente0c6fe5921b30b0e8de35c021be5226c1475c2f5 (diff)
docs: running: document --db-upgrade
Diffstat (limited to 'doc')
-rw-r--r--doc/manuals/chapters/running.adoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index ad89974..ff75c7f 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -5,7 +5,7 @@ arguments:
=== SYNOPSIS
-*osmo-hlr* [-h] [-c 'CONFIGFILE'] [-l 'DATABASE'] [-d 'DBGMASK'] [-D] [-s] [-T] [-e 'LOGLEVEL'] [-V]
+*osmo-hlr* [-h] [-c 'CONFIGFILE'] [-l 'DATABASE'] [-d 'DBGMASK'] [-D] [-s] [-T] [-e 'LOGLEVEL'] [-U] [-V]
=== OPTIONS
@@ -38,6 +38,11 @@ arguments:
Set the global log level for logging to stderr. This has mostly
been deprecated by VTY based logging configuration, see
<<logging>> for more information.
+*-U, --db-upgrade*::
+ Allow HLR database schema upgrades. If OsmoHLR was updated and
+ requires a newer database schema, it will refuse to start unless
+ this option is specified. The updated database can not be
+ downgraded, make backups as necessary.
*-V, --version*::
Print the compile-time version number of the OsmoHLR program