Skip to content

Commit

Permalink
doc: add migration guide to README
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Zeng <[email protected]>
  • Loading branch information
knight42 committed Jan 2, 2024
1 parent c59a238 commit da08801
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,14 @@ For more details of the configuration file, please refer to the [yukid handbook]

* [yukid](./cmd/yukid/README.md): Yuki daemon
* [yukictl](./cmd/yukictl/README.md): Yuki cli

## Migration Guide

### v0.3.x -> v0.4.x

```bash
sed -i.bak ’s/log_dir/repo_logs_dir/’ /etc/yuki/daemon.toml
# Also remember to update the `images_upgrade_interval` field in /etc/yuki/daemon.toml if it is set.

sed -i.bak ’s/interval/cron/‘ /path/to/repo/configs/*.yaml
```

0 comments on commit da08801

Please sign in to comment.