Cant start site after container restart

2.0.0p20
ubuntu 20.04 (Docker)

Error message:

Traceback (most recent call last):
  File "/usr/bin/omd", line 60, in <module>
    omdlib.main.main()
  File "/omd/versions/2.0.0p20.cfe/lib/python3/omdlib/main.py", line 4005, in main
    switch_to_site_user(site)
  File "/omd/versions/2.0.0p20.cfe/lib/python3/omdlib/users_and_groups.py", line 257, in switch_to_site_user
    p = pwd.getpwnam(site.name)
KeyError: "getpwnam(): name not found: '<removed>'"

i get this error when trying to start our main site.

su - <site_name> does not work: su: user <removed> does not exist
we just restarted the container and it just stopped working.
The Main Site does still work.
The site still shows up on omd sites

can anyone help?

i did fix it ready (…) by renaming the site to <sitename>_old and starting it, renaming again to the original name and starting it.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.