【sap btp postgre 安装】

发布时间:2026/6/28 13:49:14

【sap btp postgre 安装】 setup postgre–PostgreSQL超大型云服务供应商选项 创实例登录验证cf api https://api.cf.us10-001.hana.ondemand.comcf login或cf login -a https://api.cf.eu10.hana.ondemand.com检查一下space 与orgname是否OK否则命令如下cf target -o my-organization -s my-space创建appgit clone https://github.com/alimert801/cf-sample-python-app.gitcf-sample-python-appcf push创建服务绑定cf bind-service cf-sample-python-app inspostgres重启一下cf restage cf-sample-python-appsshcf enable-ssh myappcf ssh -L localhost:9002:你远程主机:远程端口 myapp -NDBeaver 工具连接的数据库pgadmin-web setupmanifest.ymlapplications: - name: pgadmin-web memory: 1G disk_quota: 1G health-check-type: process docker: image: dpage/pgadmin4:latest random-route:trueenv: PGADMIN_DEFAULT_EMAIL: PGADMIN_DEFAULT_PASSWORD:执行cf push再绑定服务other 命令npx cds-dbm deploycds servenpx cds-dbm diffnpx cds-dbm deploycf routescf app pgadmin-web-zany-bongo-kgcf push pgadmin-web-zany-bongo-kg -p path/to/your/app创建路由cf create-route your-space cfapps.us10-001.hana.ondemand.com --hostname pgadmin-web-zany-bongo-kg绑定路由到应用程序cf map-route pgadmin-web-zany-bongo-kg cfapps.us10-001.hana.ondemand.com --hostname pgadmin-web-zany-bongo-kgcf domainscf logs pgadmin-web-zany-bongo-kg --recentping cfapps.us10-001.hana.ondemand.comnslookup cfapps.us10-001.hana.ondemand.comcf oauth-tokencf appscf servicescf service --guidplugin显示插件cf plugins安装目录C:\Users用户名.cf\plugins安装cf install-plugin “D:\Chocolatey\multiapps-plugin.win64.exe” -f卸载cf uninstall-plugin MtaPlugin

相关新闻