niall_woodward
11/15/2021, 3:17 PMmeltano.db
• meltano.db-shm
• meltano.db-wal
What are the latter two files for? Will they all need persisting and retrieving for bookmark state to be restored properly?visch
11/15/2021, 4:07 PMniall_woodward
11/15/2021, 6:12 PMedgar_ramirez_mondragon
11/15/2021, 7:23 PM-wal
and -shm
files (https://sqlite.org/forum/forumpost/6cd3d10b06) if -wal
is empty. In general they shouldn't be there, but it seems like meltano elt ...
leaves them there for some reason.
I can confirm the suggestion in the linked post of running a select against the db should delete the files if there's no other process using it: sqlite3 .meltano/meltano.db "select job_id from job limit 1"
visch
11/15/2021, 7:37 PMvisch
11/15/2021, 7:38 PMniall_woodward
11/15/2021, 7:59 PMfred_reimer
11/16/2021, 1:19 AMniall_woodward
11/16/2021, 8:02 AM