# No se puede actualizar debido a una versión antigua de docker

**URL:** https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246
**Category:** Self-hosting
**Created:** [19 Junio, 2018 19:53 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246 "2018-06-19T19:53:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Vaping\_Community](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vaping_community/32/89248_2.png) [@Vaping\_Community](https://meta.discourse.org/u/Vaping_Community)
#### Post date: [19 Junio, 2018 19:53 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246/1 "2018-06-19T19:53:40Z")

</div>

Went to `admin/upgrade` and was greeted with

> You are running an old version of the Discourse image.  
> Upgrades via the web UI are disabled until you run the latest image.
> 
> To do so log in to your server using SSH and run:
> 
> ```
> cd /var/discourse
> git pull
> ./launcher rebuild app
> 
> ```
> 
> More info on our support site

Followed the instructions and waited.. I’m still seeing the same message. git pull says im up to date.

In SSH I saw this..

```plaintext
2018-06-19 19:45:04.832 UTC [68] LOG: received fast shutdown request
I, [2018-06-19T19:45:04.832881 #13] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 184
184:signal-handler (1529437504) Received SIGTERM scheduling shutdown...
2018-06-19 19:45:04.835 UTC [68] LOG: aborting any active transactions
2018-06-19 19:45:04.838 UTC [68] LOG: worker process: logical replication launcher (PID 77) exited with exit code 1
2018-06-19 19:45:04.842 UTC [72] LOG: shutting down
2018-06-19 19:45:04.861 UTC [68] LOG: database system is shut down
#<Thread:0x00005565fc8b97e8@/pups/lib/pups/exec_command.rb:87 run> terminated with exception (report_on_exception is true):
/pups/lib/pups/exec_command.rb:88:in `wait': No child processes (Errno::ECHILD)
        from /pups/lib/pups/exec_command.rb:88:in `block in spawn'
184:M 19 Jun 19:45:04.891 # User requested shutdown...
184:M 19 Jun 19:45:04.892 * Saving the final RDB snapshot before exiting.
184:M 19 Jun 19:45:05.154 * DB saved on disk
184:M 19 Jun 19:45:05.155 # Redis is now ready to exit, bye bye...
#<Thread:0x00005565fc89db60@/pups/lib/pups/exec_command.rb:87 run> terminated with exception (report_on_exception is true):
/pups/lib/pups/exec_command.rb:88:in `wait': No child processes (Errno::ECHILD)
        from /pups/lib/pups/exec_command.rb:88:in `block in spawn'

```

What is the problem?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [19 Junio, 2018 20:03 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246/2 "2018-06-19T20:03:10Z")

</div>

Can you expand the logs? I don’t see an actionable item from the few lines you provided.

---

<div class="post-metadata">

### Author: ![Vaping\_Community](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vaping_community/32/89248_2.png) [@Vaping\_Community](https://meta.discourse.org/u/Vaping_Community)
#### Post date: [19 Junio, 2018 20:04 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246/3 "2018-06-19T20:04:30Z")

</div>

Running

```plaintext
./launcher rebuild app

```

Again, I’ll post more when it’s done, thanks

---

<div class="post-metadata">

### Author: ![Vaping\_Community](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vaping_community/32/89248_2.png) [@Vaping\_Community](https://meta.discourse.org/u/Vaping_Community)
#### Post date: [19 Junio, 2018 20:10 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246/4 "2018-06-19T20:10:49Z")

</div>

The rebuild fixed it, must have ended early for some reason.. thanks anyway 😕

---

<div class="post-metadata">

### Author: ![Vaping\_Community](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vaping_community/32/89248_2.png) [@Vaping\_Community](https://meta.discourse.org/u/Vaping_Community)
#### Post date: [19 Junio, 2018 20:12 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246/5 "2018-06-19T20:12:33Z")

</div>

Just in case anyone else has issues refer to this post - [Manually update Discourse and Docker image to latest](https://meta.discourse.org/t/how-do-i-manually-update-discourse-and-docker-image-to-latest/23325)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [6 Julio, 2018 10:17 UTC](https://meta.discourse.org/t/cannot-upgrade-due-to-old-version-of-docker/90246/6 "2018-07-06T10:17:55Z")

</div>


