[PR #6400] fix(checkpoint-postgres): make async PG checkpoint migration idempotent #5014

Closed
opened 2026-02-20 17:51:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6400

State: closed
Merged: Yes


  • Description: The final migration for the postgres checkpointer is not currently idempotent. That presents problems when migrating from one checkpointer to another or if migrations otherwise get applied twice. This makes the final migration idempotent to avoid this problem.
  • Issue: N/A
  • Dependencies: N/A
  • Twitter handle: N/A
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6400 **State:** closed **Merged:** Yes --- - **Description:** The final migration for the postgres checkpointer is not currently idempotent. That presents problems when migrating from one checkpointer to another or if migrations otherwise get applied twice. This makes the final migration idempotent to avoid this problem. - **Issue:** N/A - **Dependencies:** N/A - **Twitter handle:** N/A
yindo added the pull-request label 2026-02-20 17:51:06 -05:00
yindo closed this issue 2026-02-20 17:51:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5014