Hi
What is the cleanest way to completely deinstall repmgr from an Ubuntu trusty host (packaged postgres build), where repmgr was installed via the following method: -
tar xvzf repmgr-2.0.2.tar.gz
make USE_PGXS=1
make USE_PGXS=1 install
I'd like to ensure all binaries, libraries, sym links etc that get created during the install, are removed safely.
Thanks in advance.