I have 2 Aurora postgresql DB (A and B), sitting under 2 different Aurora clusters. In order to migrate data(only) from DB A to DB B, do I need to install pg_dump extension on the clusters, or just need to install it on the local machine (or the jumphost) where the connection to the cluster is established?