zentaopms icon indicating copy to clipboard operation
zentaopms copied to clipboard

不定时重启

Open sudoexec opened this issue 1 year ago • 1 comments

描述 (Description)

无法稳定复现。

使用k8s部署的官方镜像,最近一段时间,监控总是报警,日志如下:

 * Restarting periodic command scheduler cron
 * Stopping periodic command scheduler cron
   ...done.
 * Starting periodic command scheduler cron
   ...done.
 * Restarting Apache httpd web server apache2
   ...done.
 * Stopping MariaDB database server mysqld
   ...done.
 * Starting MariaDB database server mysqld
   ...done.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

感觉容器内的进程,在不定时重启。

期望 (Expectation)

期望Zentao服务永远online,没有downtime。

结果 (Result)

Zentao不定时无法访问。

软件版本 (Software version)

17.6.2

sudoexec avatar Jun 06 '24 14:06 sudoexec

内置数据库模式么,如果生产使用推荐使用外部数据库,或者看看数据库或者禅道相关日志。

ysicing avatar Jun 07 '24 12:06 ysicing