You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/mbaas/content/azure/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You must meet the following prerequisites to use the Oracle Backend for Spring B
11
11
12
12
## Download
13
13
14
-
Download [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-mbaas-platform_latest.zip).
14
+
Download [Oracle Backend for Parse Server](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-mbaas_latest.zip).
Copy file name to clipboardExpand all lines: docs-source/mbaas/content/on-premises/macos_ventura/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ minikube addons enable ingress
35
35
36
36
### Download Oracle Backend for Spring Boot
37
37
38
-
Download the [Oracle Backend for Parse Platform](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-mbaas_v0.1.1.zip) and unzip into a new directory.
38
+
Download the [Oracle Backend for Parse Server](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-mbaas_latest.zip) and unzip into a new directory.
The _Desktop_ installation will provision an Oracle Database into the Kubernetes cluster. The images must be downloaded from [Oracle's Container Registry](https://container-registry.oracle.com/) prior to continuing.
@@ -28,13 +37,13 @@ The _Desktop_ installation will provision an Oracle Database into the Kubernetes
minikube start --cpus max --memory max --disk-size='40g' --container-runtime=cri-o
32
41
minikube addons enable ingress
33
42
```
34
43
35
-
### Download Oracle Backend for Parse Platform
44
+
### Download Oracle Backend for Parse Server
36
45
37
-
Download the [Oracle Backend for Parse Platform](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/on-prem-mbaas_v0.1.1.zip) and unzip into a new directory.
46
+
Download the [Oracle Backend for Parse Server](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-mbaas_latest.zip) and unzip into a new directory.
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in intial failures. They will resolve themselves once the database becomes available.
98
+
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in initial failures. They will resolve themselves once the database becomes available.
99
+
100
+
You can check on the status of the database by running:
101
+
`kubectl get singleinstancedatabase baas -n oracle-database-operator-system -o "jsonpath={.status.status}"`
90
102
91
103
### VPN and Proxies
92
104
93
-
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks. Specifically, when you start minikube, you may see the following messages:
105
+
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks.
Copy file name to clipboardExpand all lines: docs-source/spring/content/on-premises/macos_ventura/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ If minikube fails to start due to: `Failed kubeconfig update: could not read con
37
37
38
38
### Download Oracle Backend for Spring Boot
39
39
40
-
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip) and unzip into a new directory.
40
+
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas_latest.zip) and unzip into a new directory.
The _Desktop_ installation will provision an Oracle Database into the Kubernetes cluster. The images must be downloaded from [Oracle's Container Registry](https://container-registry.oracle.com/) prior to continuing.
@@ -28,13 +37,13 @@ The _Desktop_ installation will provision an Oracle Database into the Kubernetes
minikube start --cpus max --memory max --disk-size='40g' --container-runtime=cri-o
32
41
minikube addons enable ingress
33
42
```
34
43
35
44
### Download Oracle Backend for Spring Boot
36
45
37
-
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas-platform_latest.zip) and unzip into a new directory.
46
+
Download the [Oracle Backend for Spring Boot](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/onprem-ebaas_latest.zip) and unzip into a new directory.
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in intial failures. They will resolve themselves once the database becomes available.
98
+
The pods in the `config-server` and `obaas-admin` namespaces rely on the database that is created in the `oracle-database-operator-system`. During initial provisioning these pods will start well before the database is available resulting in initial failures. They will resolve themselves once the database becomes available.
99
+
100
+
You can check on the status of the database by running:
101
+
`kubectl get singleinstancedatabase baas -n oracle-database-operator-system -o "jsonpath={.status.status}"`
90
102
91
103
### VPN and Proxies
92
104
93
-
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks. Specifically, when you start minikube, you may see the following messages:
105
+
If you are behind a VPN or Proxy, please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details on additional tasks.
0 commit comments