Source: factory.core/ObjPreflight.py
Standalone preflight system validation.
Performs environment, connectivity, and dependency
checks without inheriting from the ObjData chain.
Receives a raw DB connection and runs SQL directly
...
| Method | Signature | Description |
|---|---|---|
| note_check | note_check(testname: str, result: bool) -> None |
Print a formatted pass/fail note. |
| note_optional_check | note_optional_check(testname: str, result: bool) -> None |
Print a formatted non-blocking note for optional checks. |
| check_collation | check_collation() -> bool |
Retrieves and checks the default character |
| preflight | preflight() -> bool |
Run all preflight validation checks. |
| check_preflight | check_preflight() -> bool |
Alias for preflight(). |
Run all preflight validation checks.
Check database collation.
Check Infisical secret manager connectivity.