diff options
Diffstat (limited to 'docs/part-2/1_xds-server/2_how-to-run.md')
-rw-r--r-- | docs/part-2/1_xds-server/2_how-to-run.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/part-2/1_xds-server/2_how-to-run.md b/docs/part-2/1_xds-server/2_how-to-run.md index 8c6aa55..04c14cf 100644 --- a/docs/part-2/1_xds-server/2_how-to-run.md +++ b/docs/part-2/1_xds-server/2_how-to-run.md @@ -134,6 +134,8 @@ For example, here 2 SDKs family (`agl` and `zephyr`) are defined: On startup `xds-server` will call in order: - `sdks/*/get-family-config` to get configuration of each SDK family. +- `sdks/*/db-update` to update database (only when `SdkDbUpdate` is set to ̀`startup`, + see [Configuration chapter](1_config.html) for more details) - `sdks/*/db-dump` scripts to get the initial list of available and installed SDKs. Please refer to `sdks/README.md` for more information about scripts definition |