I want to share a Postgres DB between 2 servers, Both these systems will be running Postgres,I need to share the Database files, these files need to be stored on a file server, Do I only copy the /base directory to the file server and mount this directory on /var/lib/pgsql/base. ? Both systems will not be accessing these at the same time, its only if one server goes down the other will take over. Sean
