Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId32008a99-7831-3ff8-9638-3db0cd01164d
keyPP-756

...

  • Visibility: Public
  • Change Control: Stable
  • Synopsis: Server log to indicate that the PBS database needs to be upgraded along with postgresql. 
  • Details: When postgresql is upgraded outside PBS and PBS database is not upgraded, PBS dataservice fails to come up.
    • PBS does not package postgresql, so postgresql gets installed (if not already installed on the system) when pbs is installed through a package manager.
    • There is a possibility that the admin upgrades postgresql and does not upgrade PBS database using pg_upgrade from the newer version of postgresql.
    • In this case, when PBS is started, PBS dataservice fails to come up.
    • This new log is added to inform the admin that PBS database needs to be upgraded and also provides a link to the steps to perform the upgrade.
    • This message is also displayed on the console when PBS is started.
    • Example: 
      • Failed to start PBS dataservice:[2018-05-30 23:02:16 UTCFATAL: database files are incompatible with server
        2018-05-30 23:02:16 UTCDETAIL: The data directory was initialized by PostgreSQL version 9.2, which is not compatible with this version 9.3.23.
        PBS database needs to be upgraded.
        Please follow the upgrade instructions in the release notes for the v18.1.2 release at:
        https://github.com/PBSPro/pbspro/releases]

...

  • Visibility: Public
  • Change Control: Stable
  • Synopsis: pbs_habitat to indicate that the PBS database needs to be upgraded along with postgresql. 
  • Details: When postgresql is upgraded outside PBS and PBS database is not upgraded, PBS dataservice fails to come up.
    • PBS does not package postgresql, so postgresql gets installed (if not already installed on the system) when pbs is installed through a package manager.
    • There is a possibility that the admin upgrades postgresql and at the same time upgrades PBS as well, but does not upgrade PBS database.
    • In this case, pbs_habitat will find that PBS database version is different from the postgres version. 
    • This new message is added to inform the admin that PBS database needs to be upgraded and also provides a link to the steps to perform the upgrade.
    • Example: 
      • postgresql upgraded without upgrading PBS databaseIt appears that PostgreSQL has been upgraded independently of PBS Pro.
        The PBS Pro database needs to must be manually upgraded.
        Please follow refer to the upgrade
        instructions in the release notes for the v18version 18.1.2 release at1 located here:
        https://github.com/PBSPro/pbspro/releases