Project

General

Profile

Bug #20926

Updated by Peter Amstutz 9 months ago

In order to run database migrations, it requires @pg_dump@ matching the major version of postgreqsl used on the database.    For example, ubuntu 20.04 has postgresql 12, but AWS RDS has postgresql 15, which means in order for the database migration to work, we need to ensure that we have @pg_dump@ from the @postgresql-client-15@ package. 

 The installer should include a parameter specifying the major version of the database and ensure that the correct client package is installed on the nodes with @controller@ role. 


Back