om --env env.yml upload-product --product postgres-1.0.0-build.846.pivotal
om --env env.yml stage-product --product-name postgres --product-version 1.0.0-build.846
"Enable TLS"
"AZs to deploy postgres instances of this plan"
$ cf marketplace
Getting all service offerings from marketplace in org demo / space demo as admin...
offering plans description broker
app-autoscaler standard Scales bound applications in response to load app-autoscaler
postgres on-demand-postgres-db Postgres service to provide on-demand dedicated instances configured as database. postgres-odb
TIP: Use 'cf marketplace -e SERVICE_OFFERING' to view descriptions of individual plans of a given service offering.
$ cf service attendees-db
Showing info of service attendees-db in org demo / space demo as admin...
name: attendees-db
guid: 53ffc9d1-0c41-46fe-8e1e-828a06ddffbd
type: managed
broker: postgres-odb
offering: postgres
plan: on-demand-postgres-db
tags:
offering tags: postgres, pivotal, on-demand
description: Postgres service to provide on-demand dedicated instances configured as database.
documentation:
dashboard url:
Showing status of last operation:
status: create succeeded
message: Instance provisioning completed
started: 2023-12-08T13:32:16Z
updated: 2023-12-08T13:32:16Z
Showing bound apps:
There are no bound apps for this service instance.
Showing sharing info:
This service instance is not currently being shared.
The "service_instance_sharing" feature flag is disabled for this Cloud Foundry platform.
Service instance sharing is disabled for this service offering.
Showing upgrade status:
There is no upgrade available for this service.
$ cf service blog-db
Showing info of service blog-db in org demo / space demo as admin...
name: blog-db
guid: 5e4c2f9f-6f3a-46cf-ba1f-9b23798cd602
type: managed
broker: postgres-odb
offering: postgres
plan: on-demand-postgres-db
tags:
offering tags: postgres, pivotal, on-demand
description: Postgres service to provide on-demand dedicated instances configured as database.
documentation:
dashboard url:
Showing status of last operation:
status: create succeeded
message: Instance provisioning completed
started: 2023-12-09T07:47:05Z
updated: 2023-12-09T07:47:05Z
Showing bound apps:
There are no bound apps for this service instance.
Showing sharing info:
This service instance is not currently being shared.
The "service_instance_sharing" feature flag is disabled for this Cloud Foundry platform.
Service instance sharing is disabled for this service offering.
Showing upgrade status:
There is no upgrade available for this service.
$ cf app blog-api
Showing health and status for app blog-api in org demo / space demo as admin...
name: blog-api
requested state: started
routes: blog-api.apps.10.220.46.42.nip.io
last uploaded: Sat 09 Dec 07:52:24 UTC 2023
stack: cflinuxfs4
buildpacks:
name version detect output buildpack name
java_buildpack_offline v4.63.1-offline-https://github.com/cloudfoundry/java-buildpack#9e247374 java java
type: web
sidecars:
instances: 1/1
memory usage: 768M
state since cpu memory disk logging details
#0 running 2023-12-09T07:52:48Z 0.7% 310.9M of 768M 217.2M of 1G 0/s of 16K/s
type: task
sidecars:
instances: 0/0
memory usage: 1024M
There are no running instances of this process.
$ cf app blog-ui
Showing health and status for app blog-ui in org demo / space demo as admin...
name: blog-ui
requested state: started
routes: blog-ui.apps.10.220.46.42.nip.io
last uploaded: Sat 09 Dec 08:11:44 UTC 2023
stack: cflinuxfs4
buildpacks:
name version detect output buildpack name
nodejs_buildpack 1.8.15 nodejs nodejs
type: web
sidecars:
instances: 1/1
memory usage: 256M
state since cpu memory disk logging details
#0 running 2023-12-09T08:12:22Z 0.4% 83M of 256M 596.6M of 1G 0/s of 16K/s