halo_next自动关闭
#2573
Replies: 6 comments
|
从这些日志看: 像是 PostgreSQL 被管理员关闭导致 Halo 无法正常连接 PostgreSQL。 |
0 replies
|
/kind support |
0 replies
|
但我是按官方文档创建 Postgresql 呀 怎么会被关闭呢 我自己没有动它 halo_db:
image: postgres:latest
container_name: halo_db
restart: on-failure:3
networks:
db-net:
volumes:
- /etc/localtime:/etc/localtime:ro
- ./db:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=
- POSTGRES_USER=
- POSTGRES_DB= |
0 replies
|
可能是系统内存不足,参考:https://dba.stackexchange.com/a/285218 |
0 replies
|
这看起来并不属于 Issue,我将转移到 Discussion。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
是什么版本出现了此问题?
2.0.0-alpha.2
使用的什么数据库?
Other
使用的哪种方式部署?
Docker
在线站点地址
https://www.xiati.cc/
发生了什么?
我使用 docker compose 运行Halo 2.0 之后 运行10 20分钟 它就自动关闭 必须我手动重启
相关日志输出
附加信息
No response
All reactions