Jump to content
  • 0

Changing SVN Version


Zac

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   4
  • Joined:  01/25/12
  • Last Seen:  

Hi, I want to change my eathena SVN into rAthena SVN, and I'm using Renewal Client but my SVN is a Pre-Renewal.

Questions:

1. How to upgrade into renewal.

2. How to change eathena into rAthena.

3. How to avoid losing databases and logs.

Thanks for your help.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

How to change eathena into rAthena.

download rAthena file and setup....

How to avoid losing databases and logs.

link all the MySQL database into your new rAthena server...

otherwise, backup / export the MySQL Database...then execute the Database in the MySQL..

but careful that some structure in rAthena is different than eathena / 3Ceam

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   4
  • Joined:  01/25/12
  • Last Seen:  

but careful that some structure in rAthena is different than eathena / 3Ceam

What's the differences? and about the setup, where I could download the latest SVN? I did downloaded 15520 SVN but I can't see any setup there ._.

link all the MySQL database into your new rAthena server...

Again, any instructions? .___.

Thanks for the reply /ok

Edited by Zac
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

rAthena SVN : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/

Again, any instructions? .___.

conf/inter_athena.conf

// Global SQL settings
// overriden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)
sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: ragnarok
sql.db_password: ragnarok
sql.db_database: ragnarok
sql.codepage:
// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: ragnarok
char_server_pw: ragnarok
char_server_db: ragnarok
// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: ragnarok
map_server_pw: ragnarok
map_server_db: ragnarok
// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: ragnarok
log_db_pw: ragnarok
log_db_db: ragnarok
log_codepage:
log_login_db: loginlog

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

2. How to change eathena into rAthena.

This topic explains how: How to relocate to the SourceForge SVN

3. How to avoid losing databases and logs.

To update your SQL tables, use the upgrade_svn*****.sql in the /trunk/sql-files/ folder.

They work the same way as in eAthena, so if you were up-to-date prior to r15000, you would need to run all the ones after 15000:

- upgrade_svn15003.sql

- upgrade_svn15420_log.sql

- upgrade_svn15519_log.sql

- upgrade_svn15531_db.sql

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   4
  • Joined:  01/25/12
  • Last Seen:  

Okay thats quite easy and solve anything, thanks Emistry, Brian.

Problem Solved.

Edited by Zac
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...