Update database (database)
The update database is used to store the current update status of the update handler and modules. See below description of the database tables.
Config table (config)
The “config” table is used to store the current update status. It has the following format:
Primary | Column | Type | Comment |
---|---|---|---|
updateState | TEXT | UM update state in JSON format |
Modules table (modules)
The modules table is used to store the modules update state. It has the following format:
Primary | Column | Type | Comment |
---|---|---|---|
+ | id | TEXT | UM update state in JSON format |
aosVersopm | INTEGER | current AosEdge version | |
state | TEXT | module state in JSON format |