migration docs

pull/125/head
cupcakearmy 3 years ago
parent 8802b74b47
commit ed3c17d678
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

@ -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 {
// 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/")
}
}

Loading…
Cancel
Save