Best way for upgrade u server?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
zhort
Posts: 106
Joined: Thu Oct 06, 2011 11:08 pm

Best way for upgrade u server?

Post by zhort »

How I can upgrade my server? better way?????????
Server:all
Pack: all

Now i compile new revision & delete all older files & copy new, but...

1-I need run database upgrade?
2-I always delete config & more
3-I feel like tard I want a better way...

Someone can teach me? :) Step by step please

Ty a lot.
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Best way for upgrade u server?

Post by JMD »

I dont know if others do it like i do but because im a lazy bum my way might be a fast one.

First of all i pick one revision as base. I never update until im done adding and changing things on my server (to avoid problems).

After i finish everything on my server, i extract all my changes from the development server to my source be it (htmls, xmls, sql etc. etc.)

That way i have all my changes with the source. When i use the update from within eclipse all my custom changes are kept. Unless of course theres a confict wich i then fix manually (thats another topic right here).

After than everytime theres a new change i update my source i recompile, i make a new folder for the new version of the server and then i run a database upgrade on my old database.

Always make a backup before updating your server, ALWAYS. becayse you never know what might go wrong.

Thats pretty much all i do to update my server.

Maybe theres a better way? Please let me know.
User avatar
Battlecruiser
L2j Veteran
L2j Veteran
Posts: 332
Joined: Thu May 01, 2008 9:44 am

Re: Best way for upgrade u server?

Post by Battlecruiser »

I think git-svn and commiting your changes as git commits locally makes your life easier. I do that to maintain my server
Git user
zhort
Posts: 106
Joined: Thu Oct 06, 2011 11:08 pm

Re: Best way for upgrade u server?

Post by zhort »

ty both
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Best way for upgrade u server?

Post by St3eT »

You can try use my server manager. ;) https://gist.github.com/St3eT/ffb02e792d10a2041b26
zhort
Posts: 106
Joined: Thu Oct 06, 2011 11:08 pm

Re: Best way for upgrade u server?

Post by zhort »

Battlecruiser wrote:I think git-svn and commiting your changes as git commits locally makes your life easier. I do that to maintain my server
U mean update svn from l2jserver & work with local repository?
User avatar
Battlecruiser
L2j Veteran
L2j Veteran
Posts: 332
Joined: Thu May 01, 2008 9:44 am

Re: Best way for upgrade u server?

Post by Battlecruiser »

yes, you commit your changes into your local repo and pull from the svn upstream changes
Git user
zhort
Posts: 106
Joined: Thu Oct 06, 2011 11:08 pm

Re: Best way for upgrade u server?

Post by zhort »

St3eT wrote:You can try use my server manager. ;) https://gist.github.com/St3eT/ffb02e792d10a2041b26
yes but im using windows xD
Post Reply