mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
fix: migration link doesn't exist #244
This commit is contained in:
@@ -73,8 +73,9 @@ async fn main() -> BichonResult<()> {
|
|||||||
Ok(false) => {
|
Ok(false) => {
|
||||||
error!("Incompatible data format detected.");
|
error!("Incompatible data format detected.");
|
||||||
error!("Your data was created by an older version of Bichon and must be migrated before use.");
|
error!("Your data was created by an older version of Bichon and must be migrated before use.");
|
||||||
|
error!("Please stop the Bichon v0.3.7 service before migration.");
|
||||||
error!("Please run: bichon-admin");
|
error!("Please run: bichon-admin");
|
||||||
error!("Documentation: https://github.com/rustmailer/bichon/wiki/migration");
|
error!("Documentation: https://github.com/rustmailer/bichon/wiki/Bichon-Data-Migration:-v0.3.7-%E2%86%92-v1.0");
|
||||||
return Err(raise_error!(
|
return Err(raise_error!(
|
||||||
"Legacy data layout detected".into(),
|
"Legacy data layout detected".into(),
|
||||||
ErrorCode::InternalError
|
ErrorCode::InternalError
|
||||||
|
|||||||
Reference in New Issue
Block a user