1panel应用商店中的discourse最新版3.5.0无法正常安装

你好。经过实测。1panel应用商店中的discourse最新版3.5.0无法正常安装。
主docker会卡在初始化数据库那一步,无限重启。
正常初始化数据库后会自动创建admin账户。
而如果选择3.4.7版本安装的话,则一切顺利。

安装过程:新建docker容器和数据库容器。会自动创建数据库并自动获取redis密码。
整个过程基本是全自动的。

但是3.5.0就是会无限重启。日志提示正在初始化数据库。然后没有下一步。开始重启。
3.4.7就会顺利配置完,直接可以运行。
另外试了3.4.0,也是顺利运行。

我的系统是Ubuntu。

请核对问题是否广泛存在,谢谢!

报错是啥,设置的管理员密码超过10个字符了吗

discourse创建后会有2个容器运行。
主要容器的日志:
discourse 07:06:09.39 INFO ==> Welcome to the Bitnami discourse container

discourse 07:06:09.39 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers

discourse 07:06:09.39 INFO ==> NOTICE: Starting August 28th, 2025, only a limited subset of images/charts will remain available for free. Backup will be available for some time at the ‘Bitnami Legacy’ repository. More info at Upcoming changes to the Bitnami catalog (effective August 28th, 2025) · Issue #83267 · bitnami/containers · GitHub

discourse 07:06:09.39 INFO ==>

discourse 07:06:09.40 INFO ==> Validating settings in POSTGRESQL_CLIENT_* env vars

discourse 07:06:09.41 INFO ==> Trying to connect to the database server

discourse 07:06:09.43 INFO ==> Creating database discourse_yj6cd8

discourse 07:06:09.52 INFO ==> Creating Discourse configuration file

discourse 07:06:09.57 INFO ==> Enabling SMTP

discourse 07:06:09.60 INFO ==> Ensuring Discourse directories exist

discourse 07:06:09.60 INFO ==> Trying to connect to the database server

discourse 07:06:09.62 INFO ==> Populating database

discourse 07:06:41.13 INFO ==>

无限循环这一段。

管理员密码没有问题,无论是admin123456还是大小写字母数字+下划线。
我都试了。问题是一样的。

我的服务器配置时8C 16G 480G SSD

如果我安装3.4.7,一样的设置,就没有任何问题。
而且一旦3.4.7顺利安装,通过应用商店升级到3.5.0,也不会有问题。

可能是镜像的问题 我们先回退了
bitnami 貌似要不维护这些镜像版本了

好的。通過先安裝3.4.7,再通過應用商店升級之後。會無限報錯。
具體什麽原因未知。

确实 我今天安装也遇到这个问题了