I’ve noticed inside Monitoring / Cron Tasks area as the admin, some task fails with the error:
pq: password authentication failed for user “gitea”
But everything else works? Users can be created, issues, wiki etc.
What I can see in the console output.
2023/12/31 14:59:13 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 192.168.0.30:0, 200 OK in 714092.8ms @ events/events.go:18(events.Events)
2023/12/31 14:59:13 ...rvices/cron/tasks.go:152:GetTask() [I] Getting cleanup_actions in &{{0 0} cleanup_actions 0xc004389710 0x241c0a0 error pq: password authentication failed for user "gitea" 2 2023-12-31 00:00:00.000501317 +0100 CET m=+13750.428375510}
2023/12/31 14:59:13 ...eb/routing/logger.go:102:func1() [I] router: completed POST /admin for 192.168.0.30:0, 303 See Other in 4.9ms @ admin/admin.go:141(admin.DashboardPost)
2023/12/31 14:59:13 ...s/actions/cleanup.go:29:CleanupArtifacts() [I] Found 0 expired artifacts
2023/12/31 14:59:13 ...eb/routing/logger.go:102:func1() [I] router: completed GET /admin/monitor/cron for 192.168.0.30:0, 200 OK in 11.3ms @ admin/admin.go:175(admin.CronTasks)
2023/12/31 14:59:16 ...eb/routing/logger.go:68:func1() [I] router: polling GET /user/events for 192.168.0.30:0, elapsed 3058.4ms @ events/events.go:18(events.Events)