Skip to content

Commit

Permalink
Fixup: fix problems with sinceVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Sep 7, 2020
1 parent 375ef7c commit dc00605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/manuals/source/Appendix/Howtos.rst
Expand Up @@ -961,7 +961,7 @@ Migrate |mysql| to |postgresql|
single: bareos-dbcopy
see: dbcopy; bareos-dbcopy

Since Bareos :sinceVersion:`19.0.0:` the use of |mysql| databases with
Since Bareos :sinceVersion:`19.0.0: MySQL` 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
chapter describes how to do a migration using bareos-dbcopy.
Expand Down Expand Up @@ -1028,7 +1028,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,7 @@ Run all system tests
Start 2: system:backup-bareos-passive-test
...
Instead of using :commmand:`make test`, :command:`ctest` can directly invoked.
Instead of using :command:`make test` , :command:`ctest` can 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
4 changes: 2 additions & 2 deletions docs/manuals/source/TasksAndConcepts/Plugins.rst
Expand Up @@ -152,7 +152,7 @@ The **python-fd** plugin behaves similar to the :ref:`director-python-plugin`. B

Modernization of the python plugin API
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Since :sinceVersion:`20`, the Bareos python API was refactored and adapted to
Since :sinceVersion:`20: Python API`, the Bareos python API was refactored and adapted to
support both python version *2* and python version *3*.

Description of the old API
Expand Down Expand Up @@ -212,7 +212,7 @@ call that goes into the core.

Description of the new API
^^^^^^^^^^^^^^^^^^^^^^^^^^
Since Bareos :sinceVersion:`20`, plugin API still consists of a Bareos daemon
Since Bareos :sinceVersion:`20: Python3`, plugin API still consists of a Bareos daemon
plugin which technically are shared objects being loaded by the corresponding
daemon during startup when loading of the plugin is configured.

Expand Down

0 comments on commit dc00605

Please sign in to comment.