I have an existing postgres database which I want to migrate to YugaByte using yb-voyager. I used the below command to export the postgres database schema.
export of schema for source type as ‘postgresql’
postgresql version: 12.16
migrationID: 3d981ffb-9239-4377-90d4-a25385e77f18
exporting the schema /could not get absolute path of pg_dump command: could not find pg_dump with version greater than or equal to map[pg_dump:14.0 pg_restore:14.0 psql:9.0]
@dorian_yugabyte, Which version of pg_dump I need to install? Can I separately install newer version of pg_dump since it won’t be possible to upgrade the postgresql? I am assuming I should run like below to match pg_dump with postgresql?