Safely transfering

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Sinnocent
Posts: 37
Joined: Tue Sep 08, 2015 8:42 am

Safely transfering

Post by Sinnocent »

Hello could someone tell me how to safely transfer my server from PC to dedicated server without any errors occurring? Is there a certain method?
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: Safely transfering

Post by Gladicek »

Copy/paste?
ImageImage
L2J retired
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Safely transfering

Post by UnAfraid »

and
To export your database from your PC

Code: Select all

mysqldump -u root -p l2jgs > gameserver.sql
mysqldump -u root -p l2jls > loginserver.sql
Copy the 'gameserver.sql' and 'loginserver.sql' to your dedicated and import them
to import it

Code: Select all

mysql -u root -p -D l2jgs < gameserver.sql
mysql -u root -p -D l2jls < loginserver.sql
Image
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: Safely transfering

Post by Sacrifice »

Thats could be a wiki guide for Github... true @Zoey76 ??
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Safely transfering

Post by UnAfraid »

Sacrifice wrote:Thats could be a wiki guide for Github... true @Zoey76 ??
If server admin cannot do that on his own, he doesn't deserves to have live server at all :kappa:
Image
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: Safely transfering

Post by Sacrifice »

UnAfraid wrote:
Sacrifice wrote:Thats could be a wiki guide for Github... true @Zoey76 ??
If server admin cannot do that on his own, he doesn't deserves to have live server at all :kappa:
if (@UnAfraid.hasRight)
{
return true;
}
:+1 @UnAfraid
Post Reply