Skip to content

Commit 8b111ec

Browse files
loiclefevrebeikov
authored andcommitted
HHH-17736 Improve Atlas for atps
1 parent 6386623 commit 8b111ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ disable_userland_proxy() {
709709

710710
oracle_atps() {
711711
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')
712+
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')
713713
export HOST=$(echo $INFO | jq -r '.database' | jq -r '.host')
714714
export SERVICE=$(echo $INFO | jq -r '.database' | jq -r '.service')
715715
export PASSWORD=$(echo $INFO | jq -r '.database' | jq -r '.password')

0 commit comments

Comments
 (0)