Skip to content

systemtests: add upgrade-database-test#406

Merged
pstorz merged 4 commits intomasterfrom
dev/pstorz/master/add-bareos-database-update-test
Feb 21, 2020
Merged

systemtests: add upgrade-database-test#406
pstorz merged 4 commits intomasterfrom
dev/pstorz/master/add-bareos-database-update-test

Conversation

@pstorz
Copy link
Member

@pstorz pstorz commented Feb 3, 2020

This test creates the databases with the create sql statements for Bareos 15
(Database Version 2004) and updates them to the latest version by
running the update_bareos_tables script.

This test creates the databases with the create sql statements for Bareos 15
(Database Version 2004) and updates them to the latest version by
running the update_bareos_tables script.
@pstorz pstorz force-pushed the dev/pstorz/master/add-bareos-database-update-test branch from 170a7b4 to 1b718ef Compare February 20, 2020 10:40
@pstorz pstorz requested a review from franku February 20, 2020 11:03


if [ -z "$DBDRIVER" ]; then
DBDRIVER=`get_databases_installed | head -n 1`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DBDRIVER=`get_databases_installed | head -n 1`
DBDRIVER=$(get_databases_installed | head -n 1)

Copy link
Contributor

@franku franku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls see suggestions in the files section

@pstorz pstorz merged commit efc8496 into master Feb 21, 2020
@pstorz pstorz deleted the dev/pstorz/master/add-bareos-database-update-test branch February 21, 2020 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments