+ {status === 'idle' && 'Database not found. Press the button to start migration.'}
+ {status === 'running' && 'Please wait, migration is in progress...'}
+ {status === 'success' && 'Migration completed. Server is restarting...'}
+ {status === 'restarting' &&
+ 'Waiting for application server to be ready, you will be redirected automatically...'}
+ {status === 'error' &&
+ 'Review the errors in the logs, fix the issue, and try again.'}
+