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 6386623 commit 8b111ecCopy full SHA for 8b111ec
docker_db.sh
@@ -709,7 +709,7 @@ disable_userland_proxy() {
709
710
oracle_atps() {
711
echo "Managing Oracle Autonomous Database..."
712
- export INFO=$(curl -s -k -L -X GET "https://api.atlas-controller.oraclecloud.com/ords/atlas/admin/database?type=autonomous&hostname=`hostname`" -H 'accept: application/json')
+ export INFO=$(curl -s -k -L -X GET "https://api.atlas-controller.oraclecloud.com/ords/atlas/admin/database?type=autonomous2&hostname=`hostname`" -H 'accept: application/json')
713
export HOST=$(echo $INFO | jq -r '.database' | jq -r '.host')
714
export SERVICE=$(echo $INFO | jq -r '.database' | jq -r '.service')
715
export PASSWORD=$(echo $INFO | jq -r '.database' | jq -r '.password')
0 commit comments