Skip to content
Snippets Groups Projects
Unverified Commit 7830db35 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

remove reference to dated PaaS (#10236)

parent 624d2645
No related branches found
No related tags found
No related merge requests found
# Running Metabase on Cloud66
If you are running Metabase on Cloud66 here's some info that may be helpful.
### Launching Metabase
More to come. Success has been reported using the Metabase docker image.
##### Using a loadbalancer
If you are running your Metabase instance behind a loadbalancer you are likely to see issues accessing the application until you apply the correct healthcheck url. In the Manifest.yml, put:
production:
load_balancer:
configuration:
httpchk: HEAD /api/health HTTP/1.1\r\nHost:haproxy
### Troubleshooting
* If you are seeing errors like `[WARN ] org.eclipse.jetty.http.HttpParser :: badMessage: 400 No Host for HttpChannelOverHttp@52b8a3a{r=0,c=false,a=IDLE,uri=-}` then checkout out the info above about setting the proper healthcheck url on your loadbalancer.
......@@ -37,9 +37,6 @@ Step-by-step instructions on how to deploy Metabase on Elastic Beanstalk using R
#### [Running on Heroku](running-metabase-on-heroku.md)
Currently in beta. We've run Metabase on Heroku and it works just fine, but it's not hardened for production use just yet. If you're up for it then give it a shot and let us know how we can make it better!
#### [Running on Cloud66](running-metabase-on-cloud66.md)
Community support only at this time, but we have reports of Metabase instances running on Cloud66!
#### [Running on Debian as a service](running-metabase-on-debian.md)
Community support only at this time, but learn how to deploy Metabase as a service on Debian (and Debian-based) systems. Simple, guided, step-by-step approach that will work on any VPS.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment