Respawn with PostgreSQL error: PostgresException: 42P01: relation "sys.tables" does not exist

July 19, 2025 · 1 min read

Be sure to put the DbAdapter = DbAdapter.Postgres option, like this:

_respawner = await Respawner.CreateAsync(_conn, new RespawnerOptions
{
    DbAdapter = DbAdapter.Postgres,
    ...
});
Buy Me A Coffee