Docker: sometimes get duplicated admin/role accounts when using docker
michaelsframe opened this issue · 1 comments
michaelsframe commented
I believe this is a timing issue, we attempt to detect if user and roles exist on startup and if not we add them. Detection is based on name only. Adding an id to the create statement should prevent duplicates.
bmcdougald commented
fixed and tested via pull request