# Launcher-Neuaufbau-App schlägt fehl mit "containers/app.yml existiert nicht"

**URL:** https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787
**Category:** Self-hosting
**Tags:** two-container
**Created:** [19. Juni 2024 um 18:11 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787 "2024-06-19T18:11:54Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rlauriston](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@rlauriston](https://meta.discourse.org/u/rlauriston)
#### Post date: [19. Juni 2024 um 18:11 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/1 "2024-06-19T18:11:54Z")

</div>

Die Upload-Seite sagte mir:

> Updates über die Weboberfläche sind deaktiviert, bis Sie das neueste Image ausgeführt haben. Melden Sie sich dazu mit SSH bei Ihrem Server an und führen Sie Folgendes aus:
> 
> ```bash
> cd /var/discourse
> git pull
> ./launcher rebuild app
> 
> ```

Der erste Durchlauf dauerte eine Weile und endete dann mit dem Fehler. Wenn ich es erneut versuche, erhalte ich:

```plaintext
./launcher rebuild app
x86_64 arch detected.
ERROR: containers/app.yml does not exist or is not readable.

Available configs ( data, mail-receiver, web_only )

```

Die Datei existiert nicht:

```plaintext
ls -al containers
total 28
drwxr-xr-x 3 root root 4096 Jan 15 18:12 .
drwxr-xr-x 12 root root 4096 Jun 19 17:34 ..
-rw-r--r-- 1 root root 0 Jun 11 2023 .gitkeep
-rw------- 1 root root 1175 Jun 27 2023 data.yml
drwxr-xr-x 2 root root 4096 Jun 27 2023 delete
-rw-r--r-- 1 root root 2306 Jan 15 18:12 mail-receiver.yml
-rw------- 1 root root 6304 Jan 2 20:39 web_only.yml

```

Läuft in einem Digital Ocean Droplet.

---

<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: [19. Juni 2024 um 19:52 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/2 "2024-06-19T19:52:41Z")

</div>

Es sieht so aus, als hätten Sie eine Zwei-Container-Einrichtung anstelle des üblichen einzelnen Containers namens `app`.

Für eine Zwei-Container-Einrichtung müssten Sie wahrscheinlich Folgendes ausführen:

`./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only`

Normalerweise sind Benutzer mit einer Zwei-Container-Einrichtung sich des Unterschieds bewusst. Ist dies das erste Mal, dass Sie ein Update durchführen, seit Sie die Installation vorgenommen haben?

---

<div class="post-metadata">

### Author: ![rlauriston](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@rlauriston](https://meta.discourse.org/u/rlauriston)
#### Post date: [19. Juni 2024 um 20:12 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/3 "2024-06-19T20:12:05Z")

</div>

Ich habe das automatische Update in der Web-UI verwendet, aber nie die Meldung bezüglich `./launcher rebuild app` vorher erhalten.

@pfaffman hat die Installation durchgeführt.

---

<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: [19. Juni 2024 um 20:16 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/4 "2024-06-19T20:16:02Z")

</div>

Ja, ich glaube, er hat einige Anweisungen mit zusätzlichen Details – [Managing a Two-Container Installation - Documentation - Literate Computing Support](https://support.literatecomputing.com/t/managing-a-two-container-installation/310)

---

<div class="post-metadata">

### Author: ![rlauriston](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@rlauriston](https://meta.discourse.org/u/rlauriston)
#### Post date: [19. Juni 2024 um 20:52 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/5 "2024-06-19T20:52:25Z")

</div>

Das scheint funktioniert zu haben, danke.

---

<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: [19. Juni 2024 um 21:36 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/6 "2024-06-19T21:36:35Z")

</div>

Schön, dass Sie es herausgefunden haben!

Sie können sich auch für mein Rebuilds-Programm anmelden und dies mit einem Klick vom Dashboard [literatecomputing.com](http://literatecomputing.com) aus tun. Sie können auch der kostenlosen Testgruppe beitreten und das Dashboard kostenlos nutzen, wenn auch ohne meine Unterstützung (außer wenn ich sie hier kostenlos gebe!)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [19. Juli 2024 um 21:37 UTC](https://meta.discourse.org/t/launcher-rebuild-app-fails-with-containers-app-yml-does-not-exist/312787/7 "2024-07-19T21:37:19Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
