FiilDB How to use for fill a test system with test data?

Infos:

  • Used Zammad version: 3.1
  • Used Zammad installation source: (source, package, …) package
  • Operating system: Ubuntu 18.04.3
  • Browser + version: Chrome 78

Expected behavior:

Fill a test system with test data
*

Actual behavior:

root@test45:~# FillDB.load(agents: 50,customers: 1000,groups: 20,organizations: 40,overviews: 5,tickets: 100,)
-bash: syntax error near unexpected token `agents:’

Steps to reproduce the behavior:

I suggest you reading the intro page for the console commands, which should solve your issue.
ProTipp: Bash does not allow you to run rails commands nateviley, you might want to start a rails console first…

https://docs.zammad.org/en/latest/admin-console.html

Thank you very much for your reply
I could solve it with your advice

1 Like

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