简体   繁体   中英

Install specific version of Bonsai Elasticsearch in Heroku

Is it possible to install a specific version of Bonsai Elasticsearch in Heroku? I'm trying to follow the documentation with this command line => heroku addons:create bonsai:[plan] [-a APP_NAME] [--version=XY] with this link https://docs.bonsai.io/article/194-heroku

I want to install 6.5.4 version. The command always install me latest version of ES which is 7.2.0

Anyone has same issue? How can I fix this?

Thx by advance !


You are going on right path.

You can do

heroku addons:create bonsai --version=6.5.4

for installing 6.5.4 version as per this documentation. Reference: https://docs.bonsai.io/article/194-heroku

What error you are facing after running this command?

I have done it. But when I launch the command with --version=6.5.4 is not taking into account. 7.2.0 version is always install..

No error is report

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM