"השינויים המקומיים שלך.... templates/postgres.template.yml"

דיסקورس לא מתחיל. הלוגים של הקונטיינר מראים:

ok: run: redis: (pid 47) 791s
ok: run: postgres: (pid 44) 791s
supervisor pid: 4051 unicorn pid: 4056
./config/unicorn_launcher: line 71: kill: (4056) - No such process
./config/unicorn_launcher: line 15: kill: (4056) - No such process
(4051) exiting
ok: run: redis: (pid 47) 793s
ok: run: postgres: (pid 44) 793s
supervisor pid: 4065 unicorn pid: 407

ניסיתי ללכת ל-/var/discourse ולבצע ./launcher rebuild app וזה מראה את זה בלולאה:

Ensuring launcher is up to date
Updating Launcher...
Updating 721facb..34dd695
error: your local changes to the following files would be overwritten by merge: templates/postgres.template.yml
Please commit your changes or stash them before you merge.
Aborting
failed to update

למה זה קרה ואיך אני יכול לתקן את זה?

לייק 1

היכן ממוקם שרת מסד הנתונים שלך?

זה מכתיב את הארגומנטים שאתה צריך אחרי הפקודה .\launcher rebuild app.

לדוגמה, אם משתמשים במופע Postgres על המארח (127.0.0.1):

עליך להפעיל את ה-launcher/rebuild עם רשת מארח:

./launcher rebuild app --docker-args --net=host --skip-mac-address

שרת מסד הנתונים שלי זהה לזה של Discourse, השתמשתי במדריך ההתקנה הרשמי להתקנת Discourse

לייק 1

פקודה זו מציגה את אותה שגיאה. זה מוזר כי זה בדרך כלל עובד בסדר גמור

@Ethsim2 I did a cp of the file to a home directory and removed it from /templates

This is the new issue: Discourse Online Updater & ./launcher rebuild app failed from Discourse gamification

what deos free -h return?

intresting. You shouldn’t need the rebuild arguments for a standard install

or, say, if the PostgreSQL server was on 0.0.0.0 and the appropriate configurations in place for Discourse’s docker to maintain it’s network isolation.

this would require mounting in the app.yml to be useful in the relevant Discourse docker container, which is not recommended


you can always remove the file in host directory with rm

לייק 1

כן, עשיתי את הפקודה rm /var/discourse/templates/postgres.template.yml, מה שלא אמור להזיק מכיוון שזה קובץ תבנית?

לייק 1

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