Skip to content

Commit

Permalink
Issue RotherOSS/otobo#644: no equal sign needed in call of backup.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Nov 26, 2020
1 parent ecc48d2 commit d11e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/migration-from-otrs-6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ by the script *bin/backup.pl*.
.. code-block:: bash
otobo> cd /opt/otobo
otobo> scripts/backup.pl -t migratefromotrs --db-name otrs --db-host=127.0.0.1 --db-user otrs --db-password=secret_otrs_password
otobo> scripts/backup.pl -t migratefromotrs --db-name otrs --db-host=127.0.0.1 --db-user otrs --db-password "secret_otrs_password"
Alternatively, the database can be dumped on another server and be transferred to the Docker host afterwards.
Here are sample commands that achieve this goal.
Expand Down

0 comments on commit d11e8d9

Please sign in to comment.