Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3: documentation of the new plugin interface #599

Merged
merged 18 commits into from Sep 25, 2020
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -98,7 +98,7 @@ Run all system tests
.. code-block:: shell-session
:caption: Run all system tests

user@host:~$ cd bareos-local-tests/build
user@host:~$ cd bareos-local-tests/build<<<<<<< dev/pstorz/master/python3-documentation
pstorz marked this conversation as resolved.
Show resolved Hide resolved
user@host:~/bareos-local-tests/build$ make test

Running tests...
Expand All @@ -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