# Rebuild problem

**URL:** https://meta.discourse.org/t/rebuild-problem/43042
**Category:** Support
**Created:** [April 23, 2016, 11:51am UTC](https://meta.discourse.org/t/rebuild-problem/43042 "2016-04-23T11:51:37Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![jakubmierzejewski](https://avatars.discourse-cdn.com/v4/letter/j/8c91f0/32.png) [@jakubmierzejewski](https://meta.discourse.org/u/jakubmierzejewski)
#### Post date: [April 23, 2016, 11:51am UTC](https://meta.discourse.org/t/rebuild-problem/43042/1 "2016-04-23T11:51:37Z")

</div>

Hello everyone. I just changed my SMTP settings in app.yml.  
I wanted to rebuild app, but i cant. it looks like this:

 ![](https://global.discourse-cdn.com/meta/original/3X/c/1/c189fe7af4dd4de5926497ac2e3dd453687722e0.png)

Anybody knows the problem?

---

<div class="post-metadata">

### Author: ![Alankrit\_Choudh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alankrit_choudh/32/119698_2.png) [@Alankrit\_Choudh](https://meta.discourse.org/u/Alankrit_Choudh)
#### Post date: [April 23, 2016, 12:23pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/2 "2016-04-23T12:23:29Z")

</div>

i too am getting the similar issue when trying to rebuild a container.

Edit:

Started my old container using  
`./launcher start app`. But still cant rebuild a container as of now.

---

<div class="post-metadata">

### Author: ![jakubmierzejewski](https://avatars.discourse-cdn.com/v4/letter/j/8c91f0/32.png) [@jakubmierzejewski](https://meta.discourse.org/u/jakubmierzejewski)
#### Post date: [April 23, 2016, 12:36pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/3 "2016-04-23T12:36:08Z")

</div>

.`/launcher destroy app`  
then `./launcher rebuild app`  
doesn’t work either ☹

---

<div class="post-metadata">

### Author: ![mrdiscourse](https://avatars.discourse-cdn.com/v4/letter/m/e68b1a/32.png) [@mrdiscourse](https://meta.discourse.org/u/mrdiscourse)
#### Post date: [April 23, 2016, 12:37pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/4 "2016-04-23T12:37:39Z")

</div>

I’ve just got this problem and my site is down! (I know I know I should really have a staging site to test such things first).

---

<div class="post-metadata">

### Author: ![jakubmierzejewski](https://avatars.discourse-cdn.com/v4/letter/j/8c91f0/32.png) [@jakubmierzejewski](https://meta.discourse.org/u/jakubmierzejewski)
#### Post date: [April 23, 2016, 12:37pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/5 "2016-04-23T12:37:59Z")

</div>

just type `./launcher start app`

---

<div class="post-metadata">

### Author: ![mrdiscourse](https://avatars.discourse-cdn.com/v4/letter/m/e68b1a/32.png) [@mrdiscourse](https://meta.discourse.org/u/mrdiscourse)
#### Post date: [April 23, 2016, 12:43pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/6 "2016-04-23T12:43:34Z")

</div>

Worked for me now its on!

---

<div class="post-metadata">

### Author: ![jakubmierzejewski](https://avatars.discourse-cdn.com/v4/letter/j/8c91f0/32.png) [@jakubmierzejewski](https://meta.discourse.org/u/jakubmierzejewski)
#### Post date: [April 23, 2016, 12:45pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/7 "2016-04-23T12:45:06Z")

</div>

go to [mywebsite.com](http://yourwebsite.com/admin/docker)

theres an update for discourse. maybe this will solve this error.  
i am checking this now

---

<div class="post-metadata">

### Author: ![twicedd](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/twicedd/32/121201_2.png) [@twicedd](https://meta.discourse.org/u/twicedd)
#### Post date: [April 23, 2016, 1:05pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/8 "2016-04-23T13:05:43Z")

</div>

I am facing exactly the same problem, for a server migration.

I need to change e-mail settings (Mandrill → SparkPost), but change is not taken into account.

Edit: and I am already up-to-date:

 ![](https://global.discourse-cdn.com/meta/original/3X/8/0/803332b0d7dc041a528332e27463c274ebc5baf4.png)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 23, 2016, 1:10pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/9 "2016-04-23T13:10:21Z")

</div>

Looks like my fault. I’m going to see if it’s what I think it is and submit a PR in a few minutes.

If I’m right, edit launcher and remove the exit statement just after “echo done JP” ☹

---

<div class="post-metadata">

### Author: ![jakubmierzejewski](https://avatars.discourse-cdn.com/v4/letter/j/8c91f0/32.png) [@jakubmierzejewski](https://meta.discourse.org/u/jakubmierzejewski)
#### Post date: [April 23, 2016, 1:24pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/10 "2016-04-23T13:24:15Z")

</div>

deleted exit after that echo.  
works like charm \<3

---

<div class="post-metadata">

### Author: ![twicedd](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/twicedd/32/121201_2.png) [@twicedd](https://meta.discourse.org/u/twicedd)
#### Post date: [April 23, 2016, 1:24pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/11 "2016-04-23T13:24:21Z")

</div>

With your fix it’s all good for me. Even e-mail settings.

Thanks 👍

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 23, 2016, 1:27pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/12 "2016-04-23T13:27:03Z")

</div>

Sorry, folks. I left in some code I was using to facilitate debugging my changes. Thanks @jakubmierzejewski. Hopefully this will get pulled in soon and others won’t get bitten. I’ll put some procedures in place to see that I don’t do this again!

Sorry @mrdiscourse and @Alankrit_Choudh & @twicedd

[https://github.com/discourse/discourse\_docker/pull/243](https://github.com/discourse/discourse_docker/pull/243)

---

<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: [April 23, 2016, 9:06pm UTC](https://meta.discourse.org/t/rebuild-problem/43042/13 "2016-04-23T21:06:46Z")

</div>


