Skip to main content
Version: v1

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:

PrimaryColumnTypeComment
updateStateTEXTUM update state in JSON format

Modules table (modules)​

The modules table is used to store the modules update state. It has the following format:

PrimaryColumnTypeComment
+idTEXTUM update state in JSON format
aosVersopmINTEGERcurrent AosEdge version
stateTEXTmodule state in JSON format