Reinstalling zammad

Infos:

Expected behavior:

  • Reinstalled zammad fails

Actual behavior:

Steps to reproduce the behavior:

After i have some issues with elasticsearch i unistalled it, but elasticsearch uninstallation process unistalled zammad too, so decided to install everythnig again,

i uninstaled postgresql, nginx etc and installed all them again, now i have this issue?

i checked on postgresql there is no database created and no zammad user created.
how can i recreate zammad database?

ps: i changed postgres user’s password

EDIT1: created database with the commad below but it is empty there is no tables
zammad run rake db:create

EDIT2: i think problem is solved with the code
zammad run rails db:migrate

image

EDIT3: Now i have different issue while creating Admin user;

EDIT4: But some how user is created in database

You, right now, have a virgin database without any information inside.
Thus you need to run zammad run rake db:seed followed by zammad run rake db:mgirate.

1 Like

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