merlimat commented on a change in pull request #4123: Allow to configure 
Postgres in pulsar dashboard with a docker volume
URL: https://github.com/apache/pulsar/pull/4123#discussion_r280125339
 
 

 ##########
 File path: dashboard/conf/supervisor-app.conf
 ##########
 @@ -17,26 +17,6 @@
 # under the License.
 #
 
-[program:postgres]
-command=/usr/lib/postgresql/9.6/bin/postgres -D /etc/postgresql/9.6/main
-user = postgres
-autostart=true
-autorestart=true
-startsecs=5
-stopasgroup=true
-killasgroup=true
-stopsignal=TERM
-log_stdout=true
-log_stderr=true
-priority=500
-stdout_logfile=/var/log/supervisor/postgres.log
-stderr_logfile=/var/log/supervisor/postgres-error.log
-stdout_logfile_maxbytes=50MB
-stdout_logfile_backups=2
-stderr_logfile_maxbytes=50MB
-stderr_logfile_backups=2
 
 Review comment:
   Correct, these were the supervisor config but we cannot start postgres with 
supervisor anymore. We need it to be up before, to initialize the db.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to