We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085c48 commit 7f40d8aCopy full SHA for 7f40d8a
ps-create-helper-functions.sh
@@ -10,7 +10,7 @@ function create-db-branch {
10
pscale branch delete "$DB_NAME" "$BRANCH_NAME" --force --org "$ORG_NAME" 2>/dev/null
11
fi
12
13
- pscale branch create "$DB_NAME" "$BRANCH_NAME" --region us-west --org "$ORG_NAME"
+ pscale branch create "$DB_NAME" "$BRANCH_NAME" --region us-east --org "$ORG_NAME"
14
# if branch creation fails, exit with error
15
if [ $? -ne 0 ]; then
16
echo "Failed to create branch $BRANCH_NAME for database $DB_NAME"
0 commit comments