• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Deploy not finished after restarting NodeBB app

Scheduled Pinned Locked Moved Technical Support
3 Posts 2 Posters 323 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Néstor Llamas LlopisN Offline
    Néstor Llamas LlopisN Offline
    Néstor Llamas Llopis
    wrote on last edited by
    #1

    Hello,

    Currently I am deploying with Git Hooks into the virtual machine of my web hosting. The last commands I've included in the automated deployment are:

    cd /home/nestor/nodebb
    ./nodebb stop
    ./nodebb start
    

    Once restarted, the last command start does not finish, I mean, the command line is not available after that, but the start seems to have been worked completely. Why is this happening? Why it seems like such command is never finished? If I introduce manually such commands they work good, fast, but if done automated with Git Hooks, then that happens.

    Regards,
    Néstor Llamas

    1 Reply Last reply
    0
  • Néstor Llamas LlopisN Offline
    Néstor Llamas LlopisN Offline
    Néstor Llamas Llopis
    wrote on last edited by
    #2

    Any help, please? I am still having this problem. Thank you!

    1 Reply Last reply
    0
  • B Offline
    B Offline
    Brophy GNU/Linux Gamers
    wrote on last edited by
    #3

    Are you sure it's the start that's not finishing and not your automation?

    This may not work but could be worth looking into.

    cd /home/nestor/nodebb
    ./nodebb stop
    ./nodebb start
    exit 0
    
    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development