|
|
|
@ -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) |
|
|
|
|
|
|
|
|
|
<!--TOC--> |
|
|
|
|
|
|
|
|
@ -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) |
|
|
|
|