File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11module Aws
22 module Deploy
3- VERSION = "0.0.8 "
3+ VERSION = "0.0.9 "
44 end
55end
Original file line number Diff line number Diff line change @@ -290,17 +290,14 @@ namespace :aws_deploy do
290290 aws_set_maintenance_on_for_all_instances ( credentials )
291291 end
292292
293- aws_shut_down_all_workers_on_all_instances ( credentials )
294-
295293 # tira snapshot (backup) do banco
296294 new_snapshot_name = aws_rds_create_snapshot
297295
298- # espera o snapshot estar concluído
299- aws_rds_wait_snapshot_creation ( new_snapshot_name )
300-
301296 # remove snapshots antigos (mantém apenas os últimos 3)
302297 aws_rds_remove_old_snapshots
303298
299+ aws_shut_down_all_workers_on_all_instances ( credentials )
300+
304301 # configurar auto-scaling-group para usar novo launchconfig
305302 aws_update_autoscalint_to_use_new_launchconfig ( launchconfig )
306303
You can’t perform that action at this time.
0 commit comments