MetabaseUpdateApplyOptions

Description

The MetabaseUpdateApplyOptions enumeration contains update parameters.

It is used by the following property:

Available Values

Value Brief description
0 None. Parameters are absent.
1 ReopenMetabase. After update reopen repository.
2 FlushCache. After update flush cache.
4 SetCurrentStamp. While update an updated object will be assigned with date of change that equals real date of object change, it means data kept in update. By default date of change will correspond with date of update.
8 UpdateUsers. Update users after update.
16 EnableIgnoreErrors. Possibility to ignore exception cases.
32 AutoCheckConflicts. Automatic conflicts check is implemented while choosing update file. Automatic check of update file is implemented while choosing file in update wizard.
64 EnableIgnoreConflicts. Possibility to ignore mistakes while updates installation. There is a possibility to update in update wizard after file check and any existent conflicts.
128 RequireResolveLinks. All links must be allowed. The references are the dependencies of update objects on the objects of the source repository which are missing in the destination repository. An exception will be generated if there are forbidden links.

256

SkipEnabled. On installing skip update elements for which there are no permissions.

See also:

Metabase Assembly Enumerations