# Not Using A Supported Storage Driver

**URL:** https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010
**Category:** Support
**Tags:** unsupported-install
**Created:** [May 2, 2017, 11:30pm UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010 "2017-05-02T23:30:44Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![sulliops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sulliops/32/571951_2.png) [@sulliops](https://meta.discourse.org/u/sulliops)
#### Post date: [May 2, 2017, 11:30pm UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/1 "2017-05-02T23:30:44Z")

</div>

Here’s the issue @codinghorror@mpalmer

I’m installing Discourse on Ubuntu, and I have Docker installed properly. But when I build the app.yml for the first time, it gives me the “Your Discourse is not using a supported installation driver”

I have already searched the forum and I found that I needed to add -s aufs to the docker.service file that I copied. But how do I restart Docker? When I do `docker ps` no containers are shown which means I cannot restart a container. Does this mean I have been installing wrong?

I have been using this tutorial:

> **[How To Install Discourse on Ubuntu 16.04 | DigitalOcean](https://www.digitalocean.com/community/tutorials/how-to-install-discourse-on-ubuntu-16-04)**
>
> Discourse is an open-source discussion platform. It can be used as a mailing list, a discussion forum, or a long-form chat room. In this tutorial, we’ll inst…

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [May 2, 2017, 11:54pm UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/2 "2017-05-02T23:54:59Z")

</div>

> [@sulliops](#):
>
> But how do I restart Docker?

`service docker restart`

---

<div class="post-metadata">

### Author: ![sulliops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sulliops/32/571951_2.png) [@sulliops](https://meta.discourse.org/u/sulliops)
#### Post date: [May 2, 2017, 11:55pm UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/3 "2017-05-02T23:55:31Z")

</div>

Ah, thank you so much! Let me see if it works and if so I will mark the solution.

---

<div class="post-metadata">

### Author: ![sulliops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sulliops/32/571951_2.png) [@sulliops](https://meta.discourse.org/u/sulliops)
#### Post date: [May 3, 2017, 12:00am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/4 "2017-05-03T00:00:45Z")

</div>

That restarted Docker, but it didn’t successfully change the storage driver to aufs. It’s still stuck on vfs.

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [May 3, 2017, 12:12am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/5 "2017-05-03T00:12:32Z")

</div>

Likely then you need aufs installed, not just enabled in the config.

It’s something like:

`apt-get -y install linux-image-extra-$(uname -r) aufs-tools`

Might need to reboot, or might need to just restart docker.

---

<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: [May 3, 2017, 12:14am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/6 "2017-05-03T00:14:21Z")

</div>

Are you sure you installed following the [official install](https://meta.discourse.org/t/142537?silent=true) guide? I have never seen this problem in hundreds of Ubuntu official guide installs. Did you deviate in any way on any step?

---

<div class="post-metadata">

### Author: ![sulliops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sulliops/32/571951_2.png) [@sulliops](https://meta.discourse.org/u/sulliops)
#### Post date: [May 3, 2017, 12:15am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/7 "2017-05-03T00:15:14Z")

</div>

I am using the install directions from DigitalOcean because it seems they are the same.

Also @elijah when I run that I get an error saying that it cannot find the package.

---

<div class="post-metadata">

### Author: ![sulliops](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sulliops/32/571951_2.png) [@sulliops](https://meta.discourse.org/u/sulliops)
#### Post date: [May 3, 2017, 12:28am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/9 "2017-05-03T00:28:50Z")

</div>

I also tried running `wget -qO- https://get.docker.com/ | sh` and it told me to install two packages, but even after doing so it won’t run.

Is there any .deb I can use to install the entire package with aufs?

---

<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: [May 3, 2017, 1:57am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/10 "2017-05-03T01:57:23Z")

</div>

@sulliops, if you’re having difficulties, I’d highly recommend destroying your current droplet and follow the official Discourse install instructions: [discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md). A quick look at the Digital Ocean tutorial shows that Docker is installed completely differently from the official docs.

---

<div class="post-metadata">

### Author: ![hexa\_tech](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hexa_tech/32/80200_2.png) [@hexa\_tech](https://meta.discourse.org/u/hexa_tech)
#### Post date: [May 3, 2017, 1:59am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/11 "2017-05-03T01:59:37Z")

</div>

Hey!

I’m going to jump in for @sulliops. I’m the one he’s installing Discourse for. I found a tutorial on [meta.discourse.org](http://meta.discourse.org) on how to install Discourse without Docker. So far, the installation is going well. Only a few more steps to go. I’m thinking Docker may be the issue causer. I’ll update you once the installation finishes.

Austin

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [May 3, 2017, 2:01am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/12 "2017-05-03T02:01:45Z")

</div>

> [@hexa\_tech](#):
>
> I found a tutorial on [meta.discourse.org](http://meta.discourse.org) on how to install Discourse without Docker. So far, the installation is going well. Only a few more steps to go.

Be very cautious with that approach, as you are effectively doing an unsupported install.

---

<div class="post-metadata">

### Author: ![hexa\_tech](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hexa_tech/32/80200_2.png) [@hexa\_tech](https://meta.discourse.org/u/hexa_tech)
#### Post date: [May 3, 2017, 2:03am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/13 "2017-05-03T02:03:00Z")

</div>

Once I get it installed, would it be the same as it would without Docker?

---

<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: [May 3, 2017, 2:04am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/14 "2017-05-03T02:04:20Z")

</div>

No it would not. We would not be able to provide any support for the install or issues afterwards.

I’ve done many installs on DO following the official guide, included one last night. Just follow the official guide.

---

<div class="post-metadata">

### Author: ![hexa\_tech](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hexa_tech/32/80200_2.png) [@hexa\_tech](https://meta.discourse.org/u/hexa_tech)
#### Post date: [May 3, 2017, 2:05am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/15 "2017-05-03T02:05:46Z")

</div>

I’ll finish the install and see how stable the platform is after that. Then, if it causes issues, we will just scrap it and start with the official guide. Have people has issues using a non-supported installation?

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [May 3, 2017, 2:06am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/16 "2017-05-03T02:06:26Z")

</div>

> [@hexa\_tech](#):
>
> Once I get it installed, would it be the same as it would without Docker?

Nope, it’s completely different in many, many important ways.

 ![](https://global.discourse-cdn.com/meta/original/3X/b/c/bc3749f5dbb15f6ec270a86a9939f165aa9c52c9.jpg)

> [@hexa\_tech](#):
>
> Have people has issues using a non-supported installation?

Only after they need support.

---

<div class="post-metadata">

### Author: ![hexa\_tech](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hexa_tech/32/80200_2.png) [@hexa\_tech](https://meta.discourse.org/u/hexa_tech)
#### Post date: [May 3, 2017, 2:07am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/17 "2017-05-03T02:07:54Z")

</div>

What are the types of issues that could happen? Could I just do weekly backups or something to prevent data loss?

---

<div class="post-metadata">

### Author: ![hexa\_tech](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hexa_tech/32/80200_2.png) [@hexa\_tech](https://meta.discourse.org/u/hexa_tech)
#### Post date: [May 3, 2017, 2:09am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/18 "2017-05-03T02:09:10Z")

</div>

My Installation:

[https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727/40](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727/40)

---

<div class="post-metadata">

### Author: ![hexa\_tech](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hexa_tech/32/80200_2.png) [@hexa\_tech](https://meta.discourse.org/u/hexa_tech)
#### Post date: [May 3, 2017, 2:09am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/19 "2017-05-03T02:09:44Z")

</div>

Don’t know if it would work though. Maybe? 😕

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [May 3, 2017, 2:11am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/20 "2017-05-03T02:11:55Z")

</div>

That is for a development environment, note the use of the word “development”, it does not say Production.

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [May 3, 2017, 2:12am UTC](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010/21 "2017-05-03T02:12:07Z")

</div>

> [@hexa\_tech](#):
>
> What are the types of issues that could happen?

We don’t know, because it’s _unsupported_.

[Next page](https://meta.discourse.org/t/not-using-a-supported-storage-driver/62010.md?page=2)
