SIGN IN SIGN UP

Improved Migration (#522)

- A failure to connect to the `postgres` database to validate the system
database exists no longer fails migrations, it simply logs a warning and
continues.
- Export a programmatic migration command:
```python
run_dbos_database_migrations(
    system_database_url: str,
    *,
    app_database_url: Optional[str] = None,
    schema: str = "dbos",
    application_role: Optional[str] = None,
) -> None:
```
P
Peter Kraft committed
a04e7049ccb81839a2cae4d55c7ba3ebdec0844e
Parent: b32775b
Committed by GitHub <noreply@github.com> on 11/19/2025, 6:12:28 PM