parent
abf918111f
commit
a75b1b66eb
2 changed files with 3 additions and 2 deletions
2
.env
2
.env
|
@ -1,3 +1,3 @@
|
|||
FROSTFS_HUB_IMAGE=truecloudlab/frostfs
|
||||
AIO_IMAGE=truecloudlab/frostfs-aio
|
||||
AIO_VERSION=1.5.1
|
||||
AIO_VERSION=1.6.0
|
||||
|
|
|
@ -62,7 +62,8 @@ Data and the system configuration is stored in container's volume.
|
|||
Next time container is started, it will take less time to initialize.
|
||||
|
||||
Before updating image version, reset `frostfs-aio` by clearing its local volume
|
||||
before starting container.
|
||||
before starting container. Update may contain incompatible changes, e.g. neo-go
|
||||
database format update. This repository does not provide any migration tools.
|
||||
|
||||
```
|
||||
$ make clean
|
||||
|
|
Loading…
Reference in a new issue