nsi installers: remove postgresql backend#1914
Merged
BareosBot merged 14 commits intobareos:masterfrom Sep 12, 2024
Merged
Conversation
bruno-at-bareos
requested changes
Aug 13, 2024
Contributor
bruno-at-bareos
requested changes
Sep 4, 2024
Contributor
There was a problem hiding this comment.
- The connection to the database is now okay.
- As discussed we certainly want to have bareos password fields as text (easier especially for new comers to export fd to dir)
- I've detected a minor trouble, when you change the installer to minimal in fact it select everything (Native & winbareos), we should fix that.


Is this due to the fact that minimal is after Full ?
bruno-at-bareos
requested changes
Sep 5, 2024
Contributor
bruno-at-bareos
left a comment
There was a problem hiding this comment.
While the password and section seems to all works as expected, Bareos Native director is failing to start, not able to find the libpq.dll and its related libint-9.dll
winbareos works well ?
bruno-at-bareos
approved these changes
Sep 11, 2024
Contributor
bruno-at-bareos
left a comment
There was a problem hiding this comment.
A final test on both version was fully functional.
Thanks for the great work.
I would go a bit of squashing to clean up the git history (+ reset matrix).
I will let open one checkbox so the merge will not be automatic.
35f6310 to
59c2dd0
Compare
Contributor
|
Webui works after testing with version Bareos-24.0.0~pre1105.c083f9e03-x64-Release.exe |
145ccbf to
20f0dc7
Compare
659919c to
f9e9d89
Compare
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.


Thank you for contributing to the Bareos Project!
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
Required backport PRs have been createdSource code quality
Tests