Impossible de mettre à jour Discourse

L’interface Web indique ceci :

Et j’obtiens ces erreurs lors de la reconstruction :

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-oauth2-basic.git failed with return #<Process::Status: pid 283 exit 128>
Location of failure: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.3.0/lib/pups/exec_command.rb:131:in `spawn'
exec failed with the params {"cd"=>"$home/plugins", "cmd"=>["git clone https://github.com/discourse/docker_manager.git", "git clone https://github.com/discourse/discourse-solved.git", "git clone https://github.com/discourse/discourse-github.git", "git clone https://github.com/discourse/discourse-oauth2-basic.git", "git clone https://github.com/discourse/discourse-chat.git", "git clone https://github.com/discourse/discourse-reactions.git", "git clone https://github.com/discourse/discourse-data-explorer.git", "git clone https://github.com/discourse/discourse-chat-integration.git"]}
bootstrap failed with exit code 128
---
HINT: The plugin 'discourse-reactions' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-reactions' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
---
HINT: The plugin 'discourse-oauth2-basic' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-oauth2-basic' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
---
HINT: The plugin 'discourse-chat-integration' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-chat-integration' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
---
HINT: The plugin 'discourse-data-explorer' is now bundled with Discourse and should not be included in your container configuration.
Remove the line 'git clone https://github.com/discourse/discourse-data-explorer' from your containers/app.yml file, then try again.
For more information, see https://meta.discourse.org/t/373574
---
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
41000056ddacb6105036e85e67db1a5eab6fbd8d0184e4db5e16613c189fe2cd

J’ai essayé de commenter les plugins qui sont maintenant inclus dans /var/discourse/containers/app.yml

mais la reconstruction génère toujours la même erreur.

Quelqu’un a une idée ? Merci !

Vous devez supprimer ces plugins du fichier app.yml. Ils sont déjà disponibles dans la nouvelle version de Discourse, vous n’avez donc pas besoin de les extraire lors de la reconstruction.

Supprimez la ligne 'git clone https://github.com/discourse/discourse-reactions' de votre fichier containers/app.yml, puis réessayez.
---
Supprimez la ligne 'git clone https://github.com/discourse/discourse-oauth2-basic' de votre fichier containers/app.yml, puis réessayez.
---
Supprimez la ligne 'git clone https://github.com/discourse/discourse-chat-integration' de votre fichier containers/app.yml, puis réessayez.
---
Supprimez la ligne 'git clone https://github.com/discourse/discourse-data-explorer' de votre fichier containers/app.yml, puis réessayez.
3 « J'aime »

Le fait est que j’ai fait exactement cela.

Je pense que cela est dû à l’intégration de tous les plugins dans le cœur sans nécessité et sans tests appropriés.

1 « J'aime »

Pourriez-vous envoyer la liste des plugins installés dans votre fichier app.yml ? Merci !

2 « J'aime »

Avez-vous réellement sauvegardé le yml après avoir retiré les lignes ?

          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-github.git
#          - git clone https://github.com/discourse/discourse-oauth2-basic.git
#          - git clone https://github.com/discourse/discourse-chat.git
#          - git clone https://github.com/discourse/discourse-reactions.git
#          - git clone https://github.com/pmusaraj/discourse-onesignal.git
#          - git clone https://github.com/discourse/discourse-data-explorer.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
```*texte enfatizat*

certains sont commentés...
1 « J'aime »

Il semble que discourse-chat-integration doive toujours être commenté

5 « J'aime »

Oh oui, merci… je vais réessayer et je vous dirai

2 « J'aime »

Oui, c’était ça… Pas étonnant que je fasse de telles erreurs après 12 heures. Merci !

3 « J'aime »

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