http://helpcenter.onlyoffice.com/server ... ation.aspx
Everything works as expected, until the last step, when the actual installation occurs. Here, the command
Code: Select all
sudo apt-get install onlyoffice-documentserver
Code: Select all
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up onlyoffice-documentserver (4.1.5-1) ...
psql: FATAL: password authentication failed for user "root"
FATAL: password authentication failed for user "root"
psql: FATAL: password authentication failed for user "root"
FATAL: password authentication failed for user "root"
dpkg: error processing package onlyoffice-documentserver (--configure):
subprocess installed post-installation script returned error exit status 1
Is there a way to specify which user the apt-get script uses when connecting to the postgresql database? I've tried predefining a root user in postgres to circumvent the problem, but this doesn't seem to work (I guess because there's no password for the user either?). At this point, I'm giving up trying to install the platform. I've tried the docker install, but that doesn't seem to work either within an LXC container (permissions problem). Can anyone give me a lift to the next problem?
