Never apply a directly to your production server without testing. Clone your live server to a staging subdomain (e.g., staging.yourserver.com ), run the update there first, and document any issues.
Never update a live production server directly. Use the command: admin upd stage --delay=300 This gives you a 5-minute window to redirect players to a maintenance page. playnetfun admin upd