Skip to content

Commit

Permalink
Fix: add --force argument when importing config in docs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa authored Mar 17, 2020
1 parent b11bda9 commit e9edeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/knotintro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ two data from different sources, you can put them together manually in your
$ # in new machine
$ sudo systemctl stop knot
$ # import exiting config to the confdb
$ sudo -u knot knotc -C /var/lib/knot/confdb/ conf-import /path/to/old.conf
$ sudo -u knot knotc -f -C /var/lib/knot/confdb/ conf-import /path/to/old.conf
$ sudo du -sh confdb/ # check if import run well
60K confdb/
Expand Down

0 comments on commit e9edeae

Please sign in to comment.