mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #763] 重新升级最新版时,原有创建的登录用户用不了 #516
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#516
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @napster214 on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/763
软件版本 / Release Version
latest
问题描述 / Description
之前部署过一版,创建了一个新的登录用户,pb_data 在本地也备份了,今天删了之前的容器,重新运行docker run -d
--name certimate_server
--restart unless-stopped
-p 8090:8090
-v /etc/localtime:/etc/localtime:ro
-v /etc/timezone:/etc/timezone:ro
-v $(pwd)/data:/app/pb_data
usual2970/certimate:latest ,用之前新建的用户登录提示Failed to authenticate.
其他 / Miscellaneous
No response
@fudiwei commented on GitHub (Jun 5, 2025):
你是从哪个版本升级上来的?