Merge pull request #279 from Icinga/N-o-X-patch-1

README.md: Fix new config setup step
This commit is contained in:
Eric Lippmann 2021-05-28 14:27:10 +02:00 committed by GitHub
commit 9fdcc83979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ You will have to do the following steps to upgrade Icinga DB to the current mast
3. Upgrade Icinga 2 to the latest snapshot/master
4. Upgrade Icinga DB to latest master
5. Upgrade the Icinga DB SQL schema (`mysql icingadb < schema/1.0.0-rc2.sql`)
6. Setup Icinga DB in `icingadb.ini` (The config file has changed and we don't use the old YAML config anymore)
6. Copy `config.yml.example` to `config.yml` and change it to your needs (The config file has changed and we don't use the old `icingadb.ini` config anymore)
7. Start Icinga 2 and Icinga DB (For Icinga DB use `go run cmd/icingadb/main.go`)
# Icinga DB