23.03.2021 · How to install Nextcloud 21 on Ubuntu 20.04 with postgreSQL 13 php8.0-fpm Apache2 and HTTP/2. By Markus Weingärtner 23. März 2021 24. März 2021 nextcloud. Nextcloud 21 (NextcloudHub) was released and we want to install it on a new clean VPS. If you want to know what has changed, read the ChangeLog.
10.05.2020 · Official nextcloud documentation recommends Nginx as a reverse proxy and docker-letsencrypt-Nginx-proxy-companion docker images. I believe that Traefik 2.0 is much better and easier. This article is based on a single docker-compose.yml with traefik containers in the same network.
27.07.2017 · I wish PostgreSQL in general was better supported. In MariaDB/MySQL you have to mess around with UTF8mb4 if you want 4-byte support, which is default in PostgreSQL UTF8. PostgreSQL feels like a better DB in general. Would be nice if Next...
18.01.2021 · I'm pretty sure the problem is this line: - POSTGRES_HOST=nextcloud_db_1 # service name for postgres as assigned by Docker If the directory where you are doing docker-compose up is not call "nextcloud" it will not work.. Ex: if you are in "nc" directory you will have to set the host to nc_db_1. BUT there is an other option:. You can set up an hostname for avoid …
25.05.2018 · The current workaround, until Nextcloud Server is fixed, is to add an environment variable to the postgres container. It is important that the variable is only applied to the postgres container, as that is the whole workaround. The environment variable to add to the postgres container ONLY is the following; POSTGRES_DB=whatever
08.07.2021 · How to install Nextcloud Hub 22 on Ubuntu 20.04 with postgreSQL 13 php8.0-fpm Apache2 and HTTP/2. By Markus Weingärtner 8. Juli 2021 8. Juli 2021 LAMP, ... postgres=# \conninfo You are connected to database "postgres" as user "postgres" via socket in "/var/run/postgresql" at port "5432".
I'm using postgres now, ... I have been using Nextcloud in a docker setup for over 3 years with MariaDB and did not have any issues regarding database (with the exception of version upgrades, where sometimes I needed to get in the db to fix some compatibility stuff).