From dc0060584603601cf66c8ef611dcde277476e291 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Mon, 7 Sep 2020 14:28:40 +0200 Subject: [PATCH] Fixup: fix problems with sinceVersion --- docs/manuals/source/Appendix/Howtos.rst | 4 ++-- .../source/DeveloperGuide/BuildAndTestBareos/systemtests.rst | 2 +- docs/manuals/source/TasksAndConcepts/Plugins.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manuals/source/Appendix/Howtos.rst b/docs/manuals/source/Appendix/Howtos.rst index 7fd4b08abe9..6fe3dababec 100644 --- a/docs/manuals/source/Appendix/Howtos.rst +++ b/docs/manuals/source/Appendix/Howtos.rst @@ -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. @@ -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 diff --git a/docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst b/docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst index b0560ef806c..61a6ceb5aad 100644 --- a/docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst +++ b/docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst @@ -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 `. Only jobs with names matching a certain regular expression can be run with diff --git a/docs/manuals/source/TasksAndConcepts/Plugins.rst b/docs/manuals/source/TasksAndConcepts/Plugins.rst index de93b5a6fe4..ed456c76add 100644 --- a/docs/manuals/source/TasksAndConcepts/Plugins.rst +++ b/docs/manuals/source/TasksAndConcepts/Plugins.rst @@ -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 @@ -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.