doc: improve plugin, webui, virtualfull chapters#1401
Merged
arogge merged 5 commits intobareos:masterfrom Mar 30, 2023
Merged
Conversation
Plugin Name samples
c27437d to
2561adf
Compare
sduehr
requested changes
Mar 22, 2023
Member
sduehr
left a comment
There was a problem hiding this comment.
Thanks, only few changes requested, and could you please also change to Plugin Names = python3 in VMwarePlugin.rst.inc?
b7e7642 to
cebb76d
Compare
- Help end users to move to python3 and don't get caught by module not loaded due to python version. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: sduehr <stephan.duehr@bareos.com>
- Virtual Full Backup need to be run on the same storage daemon, as the generated restore bsr file can be read by only one daemon. - Add comment to Virtual Full Pool type definition Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
cebb76d to
d41a878
Compare
Contributor
Author
Done in last push (forced then) added to first commit. |
Contributor
Author
|
We just add the fact that we want to add also the PackageHub needs for SL12SP5 |
Plugin Name samplesda6ab95 to
a99f9a7
Compare
sduehr
requested changes
Mar 28, 2023
| - PHP 7 or newer is recommended. | ||
|
|
||
| - On SUSE Linux Enterprise 12 you need the additional SUSE Linux Enterprise Module for Web Scripting 12. | ||
| - On SUSE Linux Enterprise 12 you need the additional SUSE Linux Enterprise Module for Web Scripting 12 and additionnal repository :strong:`Package Hub` to satisfy apache2-mod-fcgid requirement. |
Member
There was a problem hiding this comment.
Suggested change
| - On SUSE Linux Enterprise 12 you need the additional SUSE Linux Enterprise Module for Web Scripting 12 and additionnal repository :strong:`Package Hub` to satisfy apache2-mod-fcgid requirement. | |
| - On SUSE Linux Enterprise 12 you need the additional SUSE Linux Enterprise Module for Web Scripting 12 and additional repository :strong:`Package Hub` to satisfy apache2-mod-fcgid requirement. |
Contributor
Author
There was a problem hiding this comment.
Fixed. sorry.
- SLE12SP5 need special repository PackageHub installed and enabled to satisfy apache2-mod_proxy_fcgid dependency. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
a99f9a7 to
8fc9316
Compare
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a composite PR for several documentation changes. It is proposed to also backport this to branch-22
This PR propose to change
Plugin Names = "python"samples toPlugin Names = "python3"in documentation: making it clear to everyone that parameter need to be adjusted depending on the python version you use.This PR contain also the additional how-to enable php-fpm for apache in debian like distributions.
This PR contain the documentation changes about Virtual Full Backup can only be run on the same bareos-sd daemon.
This PR contain the documentation changes for bareos-webui installation under SLE12SP5 adding the PackageHub repository.
OP#5425
OP#5426
OP#5433
OP#5431
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Source code quality