mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
migration docs
This commit is contained in:
parent
8802b74b47
commit
ed3c17d678
4
docs/markdown/migration/index.md
Normal file
4
docs/markdown/migration/index.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Migration
|
||||||
|
|
||||||
|
- [From 0.x to 1.0](/migration/0.x_1.0)
|
||||||
|
- [From 1.4 to 1.5](/migration/1.4_1.5)
|
@ -77,7 +77,7 @@ func GetConfig() *Config {
|
|||||||
} else {
|
} else {
|
||||||
// Check for version
|
// Check for version
|
||||||
if version != 2 {
|
if version != 2 {
|
||||||
exitConfig(nil, "unsupported version number. please check the docs")
|
exitConfig(nil, "unsupported config version number. please check the docs for migration\nhttps://autorestic.vercel.app/migration/")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user