Open JPWon-1 opened 1 year ago
Hello, @JPWon-1
I don't know the root cause, but I recommend you use PostgreSQL instead of the H2 database.
What 's difference use PostgreSQL ? And How to change PostgreSQL instead H2 in Embulk?
Digdag is designed to use PostgreSQL in a production environment.
PostgreSQL is the priority database.
Have you ever tried digdag download
No i haven't. Can i get some example for that?
You can download projects using digdag download
and push them to a new server. (I don't know h2 to PostgreSQL migration tool)
Digdag v0.10.4 embulk 0.9.24 h2 1.4.192/101
While I'm trying to ETL with embulk(0.9.24) this error happened sometimes. After job done, digdag trying to remove row in queued_task_locks ( I think this is about managing queue table. ) and then more than one transaction has updated or deleted the same row so that happens.
how should i solve this issue?