I have my server upgraded but need to get the PostgreSQL database upgraded as well so it will work with server and frontend.
Original build was for 3.2.7 and was all local (Zabbix server, web server, database server on single host) Since this is to be the "Lab" for the prod instance of zabbix I wanted it to mirror our prod as closely as possible so I need to upgrade to 3.4 and pull the DB off of the zabbix server. I did a pg_dump of the DB the upgraded to 3.4.5 but forgot to upgrade the DB before it was migrated (I know, I know). I am not finding any sort of guidance on how to upgrade the remote db so that is compatible with the frontend and server. I would prefer to hold on to the data I have collected in the phase 1 POC if at all possible but that is not a firm requirement.
TIA
Original build was for 3.2.7 and was all local (Zabbix server, web server, database server on single host) Since this is to be the "Lab" for the prod instance of zabbix I wanted it to mirror our prod as closely as possible so I need to upgrade to 3.4 and pull the DB off of the zabbix server. I did a pg_dump of the DB the upgraded to 3.4.5 but forgot to upgrade the DB before it was migrated (I know, I know). I am not finding any sort of guidance on how to upgrade the remote db so that is compatible with the frontend and server. I would prefer to hold on to the data I have collected in the phase 1 POC if at all possible but that is not a firm requirement.
TIA
Comment