'How to migrate postgresql database tables along with Sequence

noAs the both source and target PostgreSQL are 13.3 version, it's AWS RDS DB. DMS only copy the table not the sequence. I would like to migrate the sequence as well.



Solution 1:[1]

This library is for you. AWS DMS does not provide the things except data. You need to do it manually, or use an automation script like the linked one.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 sinwoobang