Skip to content

Commit

Permalink
Fixes #36056 - Don't enable maintenance mode during offline backup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpasqualetto authored and evgeni committed Jun 17, 2024
1 parent 7e2bb8e commit d750050
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions definitions/scenarios/backup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@ def add_offline_backup_steps
include_dumps if include_db_dumps?
add_step_with_context(Procedures::ForemanProxy::Features, :load_only => true)
add_steps_with_context(
find_procedures(:maintenance_mode_on),
Procedures::Service::Stop,
Procedures::Backup::ConfigFiles,
Procedures::Backup::Pulp,
Procedures::Backup::Offline::CandlepinDB,
Procedures::Backup::Offline::ForemanDB,
Procedures::Backup::Offline::PulpcoreDB,
Procedures::Service::Start,
find_procedures(:maintenance_mode_off)
Procedures::Service::Start
)
end

Expand Down

0 comments on commit d750050

Please sign in to comment.