I upgraded the version of aws rds postgres to 9.6.6 and now there is a mismatch in my virtualenv and the actual server postgres versions.If I should do the upgrade in the venv, Should I use yum or pg_upgrade? Will upgrading the installed version in the environment in the server from 9.3.2 to 9.6.6 cause any problems?
Error showing up is:
pg_dump: server version: 9.6.6; pg_dump version: 9.3.22
pg_dump: aborting because of server version mismatch