diff --git a/docs/ngcpcfg.txt b/docs/ngcpcfg.txt index db7733ce..8b58ad73 100644 --- a/docs/ngcpcfg.txt +++ b/docs/ngcpcfg.txt @@ -259,6 +259,20 @@ what you're doing. Note: This option is available in High Availability setups only. + **--no-db-sync** []:: + +Skip DB synchronisation part of 'commit' action. Normally it +should NOT be skipped as it is mandatory part of ngcpcfg routine. +Necessary during the new installation of distributed platform setup when +database is not yet installed/available. + + **--no-check-origin** []:: + +Skip Git branch origin check (part of 'check' action). Normally it +should NOT be skipped as it is mandatory selfcheck part of ngcpcfg. +Necessary during the new installation of distributed platform setup when +some initial files have to be generated from templates before ngcpcfg final setup. + **--no-validate** []:: Ignore schema validation results for YAML files (syntax check is still performed).