Updating Server Code
Is there a prescribed server update process to update my eqemu server? I want to keep the code current and want to make sure I follow the correct steps to ensure it stays whole. I've searched the site but couldn't find instructions. Thanks for any advice.
|
Quote:
|
The EQEmu server update script will handle merging in latest SQL updates. It's embedded into the world server.
As for PEQ, no, there isn't an 'approved' way to merge in latest content. You'll just have to nuke your non-player tables. |
Try something like this while logged in as eqemu user:
Code:
#! /bin/sh cmake -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DLUA_INCLUDE_DIR=/usr/include/lua-5.1/ -G "Unix Makefiles" cd /home/eqemu/server_source Note that the script backs up the player and login tables before running, and also tarballs up the old binaries in case the compilation fails. Disclaimer: I take no responsibility if this borks anything. If in doubt, manually back up your stuff and run it one line at a time. |
All times are GMT -4. The time now is 03:27 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.