import { BadgePlusIcon, PowerOffIcon, SaveIcon } from "lucide-react";
import AppHeader from "src/components/AppHeader";
import { Card, CardContent } from "src/components/ui/card";
export function CreateNodeMigrationFileSuccess() {
return (
Your Alby Hub migration file has been successfully saved to your
filesystem.
This Alby Hub has is now in a halted state to prevent further
changes.{" "}
Do not restart it otherwise your migration file will be
invalidated.
Start your new Alby Hub on another machine and choose the
"import backup" option to import your migration file.
);
}