ONLYOFFICE / CommunityServer

Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
http://www.onlyoffice.com
Apache License 2.0
2.64k stars 604 forks source link

installing via install-Debian.sh fails #505

Open dsl400 opened 1 week ago

dsl400 commented 1 week ago

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
Carazyda commented 1 week ago

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?

dsl400 commented 1 week ago

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

Carazyda commented 1 week ago

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