Some note about PostgreSQL 12 not supported and Ubuntu 20.04 not yet tested with

Ralf Becker 2020-05-11 12:02:21 +02:00
parent 92b6bdddbf
commit 93b1cb2976

@ -12,6 +12,10 @@ To install the EPL source / run the EPL container you need your download.egroupw
```
It will ask your EPL repo credentials, add them and the EPL image to your docker-compose.yml file and start the EPL container.
# Ubuntu 20.04
> We have not yet tested with Ubuntu 20.04, we will do so soon. So either wait a couple more days, or install with 18.04!
# Ubuntu 18.04 & 16.04 or Debian 10
For new installations or updating from EPL you need to add our server:eGroupWare repo first:
```
@ -144,6 +148,7 @@ From their on you can follow the RHEL/CentOS 7 instructions above, replacing RHE
* if you use EGroupware on a slave, you need to use the ldap from the master (is set automatic for new installations)
# PostgreSQL
> EGroupware does NOT (yet) support PostgreSQL 12, you have to use version 11 or below!
> Keep in mind, that you can NOT use ```localhost``` to address a service eg. PostgreSQL inside the container, as it does NOT refer to the host, but the container itself. You have to use the IP address of the host or the docker0 bridge AND make sure the service is not just bound to localhost!