Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Add info on the aktualizr config options page
Browse files Browse the repository at this point in the history
Mention that users should not use `/` as a path in config.

Relates-to: OTA-5095

Signed-off-by: Halyna Dumych <ext-halyna.dumych@here.com>
  • Loading branch information
HalynaDumych authored and pattivacek committed Aug 26, 2020
1 parent cceb86a commit b665be6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ Options for how aktualizr stores data locally.
|==========================================================================================
| Name | Default | Description
| `type` | `"sqlite"` | What type of storage driver to use. Options: `"sqlite"`. The former `"filesystem"` option is now disabled, existing devices will be migrated (see note below)
| `path` | `"/var/sota"` | Directory for storage
| `path` | `"/var/sota"` | Directory for storage.

This should be a directory dedicated to aktualizr data. Aktualizr will attempt to set permissions on this directory, so this option should not be set to anything that is used for another purpose. In particular, do not set it to `/` or to your home directory, as this may render your system unusable.

| `sqldb_path` | `"sql.db"` | Relative path to the database file.
| `uptane_metadata_path` | `"metadata"` | Path to the uptane metadata store, for migration from `filesystem`.
| `uptane_private_key_path` | `"ecukey.der"` | Relative path to the Uptane specific private key, for migration from `filesystem`.
Expand Down

0 comments on commit b665be6

Please sign in to comment.