From fdcb902bd2766df6e4f6bbab99837abb8ed20f73 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Fri, 29 Oct 2021 15:49:36 +0200 Subject: [PATCH] Updated post. --- ...-problems-and-solutions-with-gitea-1-15.md | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/_posts/2021-09-13-problems-and-solutions-with-gitea-1-15.md b/_posts/2021-09-13-problems-and-solutions-with-gitea-1-15.md index e50f39a..4dc8785 100644 --- a/_posts/2021-09-13-problems-and-solutions-with-gitea-1-15.md +++ b/_posts/2021-09-13-problems-and-solutions-with-gitea-1-15.md @@ -1,7 +1,7 @@ --- title: Problems and solutions with Gitea 1.15 tags: [tutorial, gitea, mariadb, postgresql] -updated: 2021-09-23 17:38:30 +updated: 2021-10-29 13:49:10 description: This blog is now self-hosted --- @@ -35,7 +35,8 @@ to something more scalable: [MariaDB](https://mariadb.org/). - [Gitea configuration](#gitea-configuration) - [Updating gitea next time](#updating-gitea-next-time) - [Apache2 reverse proxy for Gitea](#apache2-reverse-proxy-for-gitea) - - [GitHub issue](#github-issue) +- [Updates](#updates) + - [GitHub issues](#github-issues) @@ -754,6 +755,22 @@ See these links for the UNIX socket explanation: - [https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#proxypass](https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#proxypass) - [https://wiki.archlinux.org/title/Talk:Gitea#Apache_Reverse_Proxy_Over_Unix_Socket](https://wiki.archlinux.org/title/Talk:Gitea#Apache_Reverse_Proxy_Over_Unix_Socket) -### GitHub issue +## Updates -Follow it [here](https://github.com/go-gitea/gitea/issues/16992) +After updating from 1.15.2 to 1.15.6, when running + +```shell +HOME=/var/lib/gitea GITEA_WORK_DIR=/var/lib/gitea /usr/bin/gitea -c /etc/gitea/app.ini doctor --all --fix +``` + +I get this: + +``` +[4] Check consistency of database + - [C] Error: pq: syntax error at or near "." whilst counting Collaborations without existing user +``` + +### GitHub issues + +- [16992](https://github.com/go-gitea/gitea/issues/16992) +- [17485](https://github.com/go-gitea/gitea/issues/17485)