Users not shown after migration to new host

Infos:

  • Used Zammad version: 3.1
  • Used Zammad installation source: docker-compose
  • Operating system: Ubuntu 18.04 LTS

Hey,

I just migrated a docker-compose installation to another host (was neccessary due to ressource limitations). Everything went well, but I am not seeing any user except “Nicole Braun” in the admin panel. When I query the API the response contains all users.
Any ideas?

Classical issue with non functioning search index.
Re rebuilt would be a start. :slight_smile:

Edit: Other than that, crystall ball won’t tell me more.
Logs would be great, Zammads docker-compose logs to STDOUT in case you wondered.

Got it solved.
rake searchindex:rebuild from within the railsserver container did the job.
Thanks!

Edit: Some seconds late, thanks for your answer @MrGeneration

1 Like

hey there, somehow this command isn’t working in my rails-console and I somehow can’t find the right one in the documentation. Did this change, do I need to install something, or is it a typo?

Update:
I did it inside the rails-console… command needs to be run outside the rails-console… thx :slight_smile:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.