Search results

  1. O

    what type of HA is mostly everyone doing

    I worked with an ITSP who built their own HA software (running on hundreds of clusters). It worked ok, but constant effort to upgrade, maintain, fix, etc. made it really uneconomical. And every time their HA software failed they updated it for the new "use case". When you run 500-1000 PBX's...
  2. O

    what type of HA is mostly everyone doing

    I think people have different definitions of HA. Sometimes HA is confused with load balancing. To me HA means one box taking over telephony services when the other box fails. But the devil is in the details. There are lots of simple tests like check process running, OS alive, external ping...
  3. O

    PostgreSQL version 13 supported?

    I just installed a new Debian 11 then ran the FusionPBX install script. I now have PostgreSQL 13 installed. Should I downgrade or should the script have installed PostgreSQL 11?
  4. O

    FusionPBX's PostgreSQL file location

    I just installed the latest FusionPBX onto Debian 11. Could someone tell me where FusionPBX's PostgreSQL database (file) is located? my /etc/postgresql/13/main/postgresql.conf file contains this line: data_directory = '/var/lib/postgresql/13/main' and that directory has lots of...