bumpy-dog-48208
01/19/2021, 10:55 PMmeltano install
is run:
Cannot upgrade the system database. It might be corrupted or was created before database migrations where introduced (v0.34.0)
and what looks like the root cause:
sqlite3.OperationalError: no such table: role
Any ideas what might produce that error?sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: role
[SQL: SELECT role.id AS role_id, role.name AS role_name, role.description AS role_description
FROM role
WHERE role.name = ?
LIMIT ? OFFSET ?]
[parameters: ('admin', 1, 0)]
ripe-musician-59933
01/19/2021, 10:57 PMalembic
by any chance?bumpy-dog-48208
01/19/2021, 10:59 PMripe-musician-59933
01/19/2021, 10:59 PM