Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@main:/var/discourse# ./launcher rebuild app
- Ensuring launcher is up to date
- Fordere an von origin
- Launcher is up-to-date
- Stopping old container
- + /usr/bin/docker stop -t 60 app
- app
- cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
- Already up to date.
- Note: checking out 'v1.0.3'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by performing another checkout.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -b with the checkout command again. Example:
- git checkout -b <new-branch-name>
- HEAD is now at d1db030 cut a new version
- I, [2021-04-30T15:45:34.156658 #1] INFO -- : Loading --stdin
- I, [2021-04-30T15:45:34.161658 #1] INFO -- : > locale-gen $LANG && update-locale
- I, [2021-04-30T15:45:34.208318 #1] INFO -- : Generating locales (this might take a while)...
- Generation complete.
- I, [2021-04-30T15:45:34.208512 #1] INFO -- : > mkdir -p /shared/postgres_run
- I, [2021-04-30T15:45:34.213164 #1] INFO -- :
- I, [2021-04-30T15:45:34.213806 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
- I, [2021-04-30T15:45:34.215987 #1] INFO -- :
- I, [2021-04-30T15:45:34.216158 #1] INFO -- : > chmod 775 /shared/postgres_run
- I, [2021-04-30T15:45:34.218941 #1] INFO -- :
- I, [2021-04-30T15:45:34.219045 #1] INFO -- : > rm -fr /var/run/postgresql
- I, [2021-04-30T15:45:34.221876 #1] INFO -- :
- I, [2021-04-30T15:45:34.222010 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
- I, [2021-04-30T15:45:34.224209 #1] INFO -- :
- I, [2021-04-30T15:45:34.224328 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
- I, [2021-04-30T15:45:34.248289 #1] INFO -- : postgres already running stop container
- FAILED
- --------------------
- Pups::ExecError: socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1 failed with return #<Process::Status: pid 27 exit 1>
- Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
- exec failed with the params "socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1"
- 8563249edda6c8195957b58dec3a0b431c0861a523ef256ba687230fb1b62cd1
- ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
- ./discourse-doctor may help diagnose the problem.
- root@main:/var/discourse#
Advertisement
Add Comment
Please, Sign In to add comment