diff --git a/doc/10-Migration.md b/doc/10-Migration.md index 9f04a81cc..43fa1dbdd 100644 --- a/doc/10-Migration.md +++ b/doc/10-Migration.md @@ -8,6 +8,18 @@ If that is the case, this chapter has you covered. ## Configuration +### General configuration via config.ini + +Icinga DB Web still uses the same configuration format as the monitoring module. This means that the file +`/etc/icingaweb2/modules/monitoring/config.ini` can simply be copied over to +`/etc/icingaweb2/modules/icingadb/config.ini`: + +``` +cp /etc/icingaweb2/modules/monitoring/config.ini /etc/icingaweb2/modules/icingadb/config.ini +``` + +The behaviour of those options remains the same. + ### Command Transports Icinga DB Web still uses the same configuration format for command transports. This means that the file @@ -159,14 +171,3 @@ It gives you the chance to review the performed changes, before letting them loo take in mind, that Icinga DB Web handles permissions and restrictions differently. Our blog provides details on that: https://icinga.com/blog/2021/04/07/web-access-control-redefined/#icingadb-permission-linkage -## General configuration via config.ini - -Icinga DB Web still uses the same configuration format for command transports. This means that the file -`/etc/icingaweb2/modules/monitoring/config.ini` can simply be copied over to -`/etc/icingaweb2/modules/icingadb/config.ini`: - -``` -cp /etc/icingaweb2/modules/monitoring/config.ini /etc/icingaweb2/modules/icingadb/config.ini -``` - -The behaviour of those options remains the same.