mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Charts are now also converted and added into the UserDB during install or convert
This commit is contained in:
parent
84cac3e7e3
commit
b70025683f
@ -260,6 +260,7 @@ else if ( $content['CONVERT_STEP'] == 6 )
|
||||
ConvertCustomSearches();
|
||||
ConvertCustomViews();
|
||||
ConvertCustomSources();
|
||||
ConvertCustomCharts();
|
||||
|
||||
// Import General Settings in the last step!
|
||||
ConvertGeneralSettings();
|
||||
|
@ -759,6 +759,7 @@ else if ( $content['INSTALL_STEP'] == 8 )
|
||||
ConvertCustomSearches();
|
||||
ConvertCustomViews();
|
||||
ConvertCustomSources();
|
||||
ConvertCustomCharts();
|
||||
|
||||
// Import General Settings in the last step!
|
||||
ConvertGeneralSettings();
|
||||
|
Loading…
x
Reference in New Issue
Block a user