# End of Life for Ubuntu 14.04 Trusty and Discourse 1.9.0.beta10?

**URL:** https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886
**Category:** Self-hosting
**Created:** [11.Октябрь.2017 22:51:24 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886 "2017-10-11T22:51:24Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![fearlessfrog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fearlessfrog/32/119653_2.png) [@fearlessfrog](https://meta.discourse.org/u/fearlessfrog)
#### Post date: [11.Октябрь.2017 22:51:24 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/1 "2017-10-11T22:51:24Z")

</div>

I raised this in the how-to topic linked to the upgrade page, but it’s probably better off here.

[https://meta.discourse.org/t/how-do-i-manually-update-discourse-and-docker-image-to-latest/23325/111?u=fearlessfrog](https://meta.discourse.org/t/how-do-i-manually-update-discourse-and-docker-image-to-latest/23325/111)

Essentially I’m trying to work out if I need to update to Ubuntu 16 to run the latest stable build of Discourse now? A good topic for doing that looks like this one:

> [@Is it safe to upgrade Ubuntu from 14.04 to 16.04.1 via do-release-upgrade, and how-to](https://meta.discourse.org/t/is-it-safe-to-upgrade-ubuntu-from-14-04-to-16-04-1-via-do-release-upgrade-and-how-to/52274/9):
>
> The DigitalOcean snapshot took ~20 minutes for a 40GB instance. don’t forget running ./launcher cleanup before turning off your droplet and making a snapshot - it may a big difference in the snapshot size, sometimes up to 10GB The do-release-upgrade took about 20 minutes for me (upgrading from 14.06 LTS to 16.06 LTS) A few notes from the upgrade process I run through: Answered NO. Answered YES. At the end: After restarting: Didn’t ne…

This looks like it is due to the latest docker-ce version for 14.04 being below what is required to run the latest Discourse stable image. Not sure, so any help appreciated.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [11.Октябрь.2017 22:58:45 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/2 "2017-10-11T22:58:45Z")

</div>

Unlikely, just install a newer version of Docker and you should be OK.

---

<div class="post-metadata">

### Author: ![fearlessfrog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fearlessfrog/32/119653_2.png) [@fearlessfrog](https://meta.discourse.org/u/fearlessfrog)
#### Post date: [11.Октябрь.2017 23:07:02 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/3 "2017-10-11T23:07:02Z")

</div>

Thanks for the response.

Ok, so essentially my docker-ce update info was old, as in the better way to update Docker is just via this?

```
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh

```

..and then let it get on with it?

---

<div class="post-metadata">

### Author: ![fearlessfrog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fearlessfrog/32/119653_2.png) [@fearlessfrog](https://meta.discourse.org/u/fearlessfrog)
#### Post date: [12.Октябрь.2017 00:30:56 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/4 "2017-10-12T00:30:56Z")

</div>

Ok, all good. Here’s what I did incase it helps others who had an older docker.

```
wget -qO- https://get.docker.com/ | sh

```

This will update docker, or rather do the commands of adding the key and repository to the latest binaries for your system. Note: it will try to scare you with this:

```
Warning: the "docker" command appears to already exist on this system.

```

As I already had a snapshot, I went for it and it seems ok. I rerun the update for Discourse like this:

```
./launcher rebuild app

```

After that I was lower on disk apparently (after all those dist and apt updates I guess):

```
Status: Downloaded newer image for discourse/base:2.0.20171008
You have less than 5GB of free space on the disk where /var/lib/docker is located. You will need more space to continue

```

I cleared up some space with this:

```
 apt-get autoremove

```

After that (it’ll take a while) then a launcher rebuild app completed and we’ll all good.

---

<div class="post-metadata">

### Author: ![sunnyt7](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunnyt7/32/71920_2.png) [@sunnyt7](https://meta.discourse.org/u/sunnyt7)
#### Post date: [23.Октябрь.2017 19:11:08 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/5 "2017-10-23T19:11:08Z")

</div>

This is a bit of a noob question, but what what do you type in after getting this message?

```
# Executing docker install script, commit: 490beaa
Warning: the "docker" command appears to already exist on this system.

If you already have Docker installed, this script can cause trouble, which is
why we're displaying this warning and provide the opportunity to cancel the
installation.

If you installed the current Docker package using this script and are using it
again to update Docker, you can safely ignore this message.

You may press Ctrl+C now to abort this script.
+ sleep 20
+ sh -c apt-get update -qq >/dev/null

```

Just copy/paste the “sh -c apt-get update -qq \>/dev/null” part?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [23.Октябрь.2017 19:14:05 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/6 "2017-10-23T19:14:05Z")

</div>

I could be mistaken, but you shouldn’t have to type anything. It looks like it will sleep for 20 seconds, then run the `apt-get` command. The script is simply giving you time to stop it from proceeding.

---

<div class="post-metadata">

### Author: ![sunnyt7](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunnyt7/32/71920_2.png) [@sunnyt7](https://meta.discourse.org/u/sunnyt7)
#### Post date: [23.Октябрь.2017 19:16:11 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/7 "2017-10-23T19:16:11Z")

</div>

Ah, you’re right. Didn’t think it was doing anything. Thanks!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [08.Июнь.2024 12:44:09 UTC](https://meta.discourse.org/t/end-of-life-for-ubuntu-14-04-trusty-and-discourse-1-9-0-beta10/71886/8 "2024-06-08T12:44:09Z")

</div>

Эта тема была автоматически закрыта через 2431 день. Новые ответы больше не допускаются.
