yao_zhang
10/31/2023, 10:41 PMv1.105.0
that we're preparing to migrate to v3.0.0
for. v1 is currently using a postgres database as its state backend. I've gone ahead and just created a new project running v3, rather than modifying the existing one. My question is would we be able to simply point the new project that's running v3 to the same backend uri while maintaining the existing bookmarks? i've been running v3 locally and inspecting the tables using the local file system in .meltano/meltano.db
vs the tables in our postgres instance and it looks like v3 has some new job related tables state
and runs
vs v1 which only has the job
table. Would someone be able to give me more info on how state was maintained in v1 vs any differences in v3?