N8N Docker Install & ChatGPT Story Creation with ElevenLabs Audio

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 7

  • @MatthiasReinders
    @MatthiasReinders 6 месяцев назад +2

    Really useful video. Thanks a lot.

  • @cgc2300
    @cgc2300 4 месяца назад

    hello I had some ideas but I don't know if these are feasible, could you tell me?

  • @cgc2300
    @cgc2300 4 месяца назад +1

    hello could you explain certain things to me I have a lot of difficulty understanding

  • @IvySaskia
    @IvySaskia Месяц назад

    Great, one question, once n8n update a new version, how do u update on the instance you deployed? and also how not to lose data, workflows when you update the version?

    • @StevesTechStuff
      @StevesTechStuff  Месяц назад

      Mount the same volumes/paths when updating.

    • @IvySaskia
      @IvySaskia Месяц назад

      @@StevesTechStuff when I update to the new version the data, workflows, account is lost..thats why I ama asking how to do it correctly

    • @StevesTechStuff
      @StevesTechStuff  Месяц назад

      @IvySaskia
      docker pull n8nio/n8n - This will pull the latest image.
      docker compose stop - Run this on the same n8n docker compose file. This will stop the container but should retain the volumes.
      docker compose up -d - Run this again to relaunch the container with the new image. It should remap the same volumes.
      Let me know if this helps... I have to put my kids to bed so I may not be back tonight.
      Feel free to shoot me an email if you need any additional help.
      steve@stevestechstuff.net