[Question][Answered] Database upgrade

Hello, what is the command to upgrade the database ?

Parents Reply Children
  • Hi,

    HA systems need to be migrated separately. BUT please make sure you split the nodes to prevent them from syncing in the time of DB migration.

    /talex

    - 21 is only half of the truth

  • Hi talex,

    I've executed the script on the passive node. Are you sure that we need to migrate separately? It seems that this is not needed.

    ========================================
    This script migrates a existing 32bit
    postgres server instance to 64bit.
    ========================================

    Depending on the size of your reporting
    data, this could lead to a significant
    database downtime.
    Also notice that you should NOT terminate
    this script while running. Consider using
    "screen" if you have an unstable SSH
    connection.

    Enter "yes" to continue:
    yes

    ========================================
    Checking pre-conditions for db migration
    ========================================

    64 bit postgres already running! Nothing to do.
    Aborting.

    regards

    mod