CommunityServer
CommunityServer copied to clipboard
installing via install-Debian.sh fails
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
Hello @dsl400 Please describe in more detail:
- What OS are you using?
- Is this a clean system?
- Do you have Postgresql pre-installed or is it installed using our script?
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
Did you need this postgresql? Can you remove it and start the installation again with our script?