Skip to content

Commit

Permalink
Merge pull request #599 from bareos/dev/pstorz/master/python3-documen…
Browse files Browse the repository at this point in the history
…tation

python3: documentation of the new plugin interface
  • Loading branch information
franku committed Sep 25, 2020
2 parents b297102 + b12d8e5 commit ac0e36a
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 34 deletions.
3 changes: 2 additions & 1 deletion docs/manuals/source/Appendix/Howtos.rst
Expand Up @@ -961,6 +961,7 @@ Migrate |mysql| to |postgresql|
single: bareos-dbcopy
see: dbcopy; bareos-dbcopy


Since Bareos :sinceVersion:`19.0.0: MySQL Backend is deprecated` the use of |mysql| databases with
Bareos is deprecated. Therefore Bareos provides a tool to conveniently copy the
whole contents to a new |postgresql| database: :ref:`program-bareos-dbcopy`. This
Expand Down Expand Up @@ -1028,7 +1029,7 @@ in the file table took about 5 hours to copy (the testsystem was equipped with S

Please run bareos-dbcopy as user **bareos** to avoid problems with access rights.
To start the shell as user **bareos** you can use this command:
``su -s /bin/bash - bareos``
``su -s /bin/bash - bareos``


.. code-block:: shell-session
Expand Down
Expand Up @@ -108,7 +108,8 @@ Run all system tests
Start 2: system:backup-bareos-passive-test
...
Instead of using :command:`make test`, :command:`ctest` can directly invoked.
Instead of using :command:`make test` , :command:`ctest` can be directly invoked.
This offers some advantages, like being able to run multiple tests in parallel with
:command:`ctest -j <number of parallel tests>`.
Only jobs with names matching a certain regular expression can be run with
Expand Down

0 comments on commit ac0e36a

Please sign in to comment.