run_preflight_checks

Function run_preflight_checks 

Source
pub async fn run_preflight_checks(
    source_url: &str,
    target_url: &str,
    _databases: Option<&[String]>,
) -> Result<PreflightResult>
Expand description

Run all pre-flight checks

§Arguments

  • source_url - PostgreSQL connection string for source
  • target_url - PostgreSQL connection string for target
  • databases - Optional list of databases to check permissions for

§Returns

PreflightResult containing all check results