Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset sequences outside of pgloader when migrating db
Using pgloader to reset sequences while running multiple pgloader simultaneously seems to cause this error: ``` 2021-01-27T19:45:45.131000Z LOG Data errors in '/tmp/pgloader/' 2021-01-27T19:45:45.138000Z LOG Parsing commands from file #P"/tmp/tmpppm9z91v/wbia.load" KABOOM! FATAL error: Asynchronous notification "seqs" (payload: "0") received from server process with PID 28472. An unhandled error condition has been signalled: Asynchronous notification "seqs" (payload: "0") received from server process with PID 28472. ``` We can reset sequences outside of pgloader instead and avoid this problem.
- Loading branch information