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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to