• @[email protected]
    link
    fedilink
    English
    34 months ago

    It’s just weird that it doesn’t do the dump-restore automatically when it detects data from an old version.

    • @[email protected]
      link
      fedilink
      English
      34 months ago

      I think there is a catch-22.

      pg_dump needs to connect to a running PostgreSQL instance.

      But if you upgrade the binaries and try to start up, you can’t because the old data format doesn’t work. Because you can’t start up, pg_dump can’t connect.