Tried to install from master a few days back. This is on a Raspberry Pi 4 with their build of Debian Bookworm. PHP 8.2.
Ran fusionpbx-install.sh scripts. Had a few errors, corrected those (as in I re-imaged the machine each time to do it because idk about the idempotency of the install scripts), and finally got the login screen. Logged in and got a PHP stacktrace pretty early, like 4 calls in. Something about a database property being null. Ran \dt in psql. Nothing... Somehow whatever seeds the database did not run. I did not find any error in Postgres logs, but I am also not sure that I was comprehensive enough in ruling out Postgres.
As a last effort, I tried running the upgrade script, but it seemed to just output an array continuously in a loop. Had to move forward with a basic FreeSWITCH install instead for this project.
Any tips on what I should be looking for or checking to make sure the database schema gets initialized?
Ran fusionpbx-install.sh scripts. Had a few errors, corrected those (as in I re-imaged the machine each time to do it because idk about the idempotency of the install scripts), and finally got the login screen. Logged in and got a PHP stacktrace pretty early, like 4 calls in. Something about a database property being null. Ran \dt in psql. Nothing... Somehow whatever seeds the database did not run. I did not find any error in Postgres logs, but I am also not sure that I was comprehensive enough in ruling out Postgres.
As a last effort, I tried running the upgrade script, but it seemed to just output an array continuously in a loop. Had to move forward with a basic FreeSWITCH install instead for this project.
Any tips on what I should be looking for or checking to make sure the database schema gets initialized?