mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-18 18:18:00 -05:00
doc/06-Migration.md: ido and icingadb config sections
The fields of both ido and icingadb were not described so far. As being an IGL database.Config, they match Icinga DB's database configuration, which was referenced, with the from/to exception.
This commit is contained in:
parent
ee82ee7d8d
commit
a2d7a7b91d
1 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,12 @@ sections of the configuration.
|
|||
Both the IDO and Icinga DB support MySQL and PostgreSQL. You can migrate from
|
||||
and to both types, including from one type to the other.
|
||||
|
||||
The fields of the `ido` and `icingadb` sections follow the Icinga DB
|
||||
[database configuration format](03-Configuration.md#database-configuration),
|
||||
except for `to` and `from` in `ido`, which are described in the following
|
||||
documentation section. The `icingadb` section should be identical to the
|
||||
`database` section of the Icinga DB configuration for most users.
|
||||
|
||||
#### Input Time Range
|
||||
|
||||
The migration tool allows you to restrict the time range of the history events
|
||||
|
|
|
|||
Loading…
Reference in a new issue