You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to migrate PostgreSQL to PostgreSQL and run successfully.
However, I have an issue when the table uses sequence as the primary key.
after the migration, the new insertion in the sink database reset to 1 as the primary key, instead of using the last sequence.
Is there any solution to deal with this? I find on the documentation but I didn't see any.
Hi @osalvador
I've tried to migrate PostgreSQL to PostgreSQL and run successfully.
However, I have an issue when the table uses sequence as the primary key.
after the migration, the new insertion in the sink database reset to 1 as the primary key, instead of using the last sequence.
Is there any solution to deal with this? I find on the documentation but I didn't see any.
here is my configuration.
for the tables was supplied from the argument following your instruction here #27 (comment)
Thank you in advanced.
The text was updated successfully, but these errors were encountered: