如何在Openshift应用程序中删除一个数据库磁带?

时间:2022-03-01 02:59:23

I added a PostgreSQL 9.2 database on my Openshift hosted Python/Flask app but now I don't think it will be needed. Is there an easy way to just remove this cartridge from the application?

我在我的Openshift托管的Python/Flask应用程序上添加了一个PostgreSQL 9.2数据库,但是现在我不认为需要它了。是否有一种简单的方法从应用程序中移除这个墨盒?

1 个解决方案

#1


20  

You can use the rhc tool to remove a cartridge:

你可以使用rhc工具移除墨盒:

rhc cartridge remove -a {appName} -c {embeddedCartridgeName}

{appName} -c{埋入式墨盒}

#1


20  

You can use the rhc tool to remove a cartridge:

你可以使用rhc工具移除墨盒:

rhc cartridge remove -a {appName} -c {embeddedCartridgeName}

{appName} -c{埋入式墨盒}