Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gitlab-com
migration
Commits
bb3ac928
Commit
bb3ac928
authored
Aug 02, 2018
by
Matteo Melli
Browse files
Created steps_production
parent
7d57ffeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
87 additions
and
0 deletions
+87
-0
bin/database-wrangler/steps_production
bin/database-wrangler/steps_production
+87
-0
No files found.
bin/database-wrangler/steps_production
0 → 100644
View file @
bb3ac928
export steps=(
000_create-tombstone-table
001_check-gcp-replication-delay
002_disable-chef
003_disable-consul
004_disable-automatic-failover
005_forbid-writes-to-current-master
006_convert-azure-master-to-standby
007_check-gcp-nodes-has-same-azure-lsn
008_perform-gcp-candidate-master-promote
009_check-gcp-candidate-master-is-master
010_reduce-statement-timeout
011_configure-pgbouncer-for-gcp
012_ensure-priority-is-updated-in-repmgr
013_update-chef-cookbook
014_enable-automatic-failover-on-gcp-only
015_enable-consul-on-gcp-only
016_enable-chef-on-gcp-only
)
function 000_create-tombstone-table(){
return 0
}
function 001_check-gcp-replication-delay(){
return 0
}
function 002_disable-chef(){
return 0
}
function 003_disable-consul(){
return 0
}
function 004_disable-automatic-failover(){
return 0
}
function 005_forbid-writes-to-current-master(){
return 0
}
function 006_convert-azure-master-to-standby(){
return 0
}
function 007_check-gcp-nodes-has-same-azure-lsn(){
return 0
}
function 008_perform-gcp-candidate-master-promote(){
return 0
}
function 009_check-gcp-candidate-master-is-master(){
return 0
}
function 010_reduce-statement-timeout(){
return 0
}
function 011_configure-pgbouncer-for-gcp(){
return 0
}
function 012_ensure-priority-is-updated-in-repmgr(){
return 0
}
function 013_update-chef-cookbook(){
return 0
}
function 014_enable-automatic-failover-on-gcp-only(){
return 0
}
function 015_enable-consul-on-gcp-only(){
return 0
}
function 016_enable-chef-on-gcp-only(){
return 0
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment