quinn_batten
08/09/2022, 5:47 PMCannot upgrade the system database. It might be corrupted or was created before database migrations where introduced (v0.34.0). I've tried removing .meltano/meltano.db, but the error persists (meltano seems to create a new db and then fail at migrating it?). Has anyone run into this? Is there a way to just "reset" the system database and start from scratch? Honestly not understanding how deleting meltano.db is doing anything other than forcing meltano to re-init the db and skip migration(?)quinn_batten
08/09/2022, 5:48 PMsqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "job_id": syntax error
[SQL: ALTER TABLE job RENAME job_id TO job_name]
(Background on this error at: <https://sqlalche.me/e/14/e3q8>)
Cannot upgrade the system database. It might be corrupted or was created before database migrations where introduced (v0.34.0)quinn_batten
08/09/2022, 7:08 PMedgar_ramirez_mondragon
08/09/2022, 7:24 PMquinn_batten
08/09/2022, 7:25 PMquinn_batten
08/09/2022, 7:25 PMedgar_ramirez_mondragon
08/09/2022, 7:29 PMquinn_batten
08/09/2022, 7:34 PMquinn_batten
08/09/2022, 7:35 PMedgar_ramirez_mondragon
08/09/2022, 7:36 PMflorian.hines
08/09/2022, 8:02 PMquinn_batten
08/09/2022, 8:47 PMquinn_batten
08/09/2022, 10:50 PM