So, I am actually on the postgres database for sure. The exact failure that I'm getting right now is this :
ALTER TABLE VPX_EXT_MANAGEDBY_INFO ALTER COLUMN SMALL_ICON_URL SET NOT NULL;
Error while executing /usr/lib/vmware-vpx/dbupgrade/Upgrade-vMN-to-vMN-Next/post
gresql/upgrade_PostgreSQL.sql:5116
ERROR: Cannot execute statement(rc=-1).
1 [23502](7) ERROR: column "small_icon_url" contains null values;
Error while executing the query
Exiting. Status=1
I'm assuming that I need to either manually work on the database to remove the null values, or modify the update script not try to convert those two columns. The worst part about this is that the script that is executing is literally failing on the 2nd to last statement. Everything else works just fine.