You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/18 20:09:43 UTC

[GitHub] [pulsar] frejonb opened a new issue #5688: [Pulsar dashboard] dashboard docker image installs incorrect version of postgres

frejonb opened a new issue #5688: [Pulsar dashboard] dashboard docker image installs incorrect version of postgres
URL: https://github.com/apache/pulsar/issues/5688
 
 
   **Describe the bug**
   Docker image install postgres 11 instead of 9.6. This results in
   ```
   Starting Pulsar dasboard
   + /pulsar/init-postgres.sh
   + rm -rf '/data/*'
   + chown -R postgres: /data
   + chmod 700 /data
   + sudo -u postgres /usr/lib/postgresql/9.6/bin/initdb /data/
   sudo: /usr/lib/postgresql/9.6/bin/initdb: command not found
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Build dashboard docker image from master
   1. Run image
   
   **Expected behavior**
   Dashboard running
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: Docker
   
   **Additional context**
   Add any other context about the problem here.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services