CommunityServer icon indicating copy to clipboard operation
CommunityServer copied to clipboard

installing via install-Debian.sh fails

Open dsl400 opened this issue 1 year ago • 3 comments

installing via install-Debian.sh fails the installation script checks for all ports to be closed then it fails because postgresql is not running

source install-Debian/tools.sh
source install-Debian/check-ports.sh
source install-Debian/install-preq.sh
systemctl start postgresql # <<<<<<<< inserting this line saved the day
source install-Debian/install-app.sh

dsl400 avatar Jun 22 '24 20:06 dsl400

Hello @dsl400 Please describe in more detail:

  1. What OS are you using?
  2. Is this a clean system?
  3. Do you have Postgresql pre-installed or is it installed using our script?

Carazyda avatar Jun 23 '24 11:06 Carazyda

Postgres exists and it is stopped. If I start it before running install-Debian.sh the script fails at check for ports If I do not start postgres, the script fails at postgres is not running inside install-app.sh

dsl400 avatar Jun 23 '24 14:06 dsl400

Did you need this postgresql? Can you remove it and start the installation again with our script?

Carazyda avatar Jun 24 '24 09:06 Carazyda