migration docs

This commit is contained in:
cupcakearmy 2021-11-20 17:09:42 +01:00
parent 8802b74b47
commit ed3c17d678
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 5 additions and 1 deletions

View 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)

View File

@ -77,7 +77,7 @@ func GetConfig() *Config {
} else {
// Check for version
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/")
}
}