Zac Posted February 1, 2012 Posted February 1, 2012 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. Quote
Emistry Posted February 1, 2012 Posted February 1, 2012 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 Quote
Zac Posted February 1, 2012 Author Posted February 1, 2012 (edited) 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 Edited February 1, 2012 by Zac Quote
Emistry Posted February 1, 2012 Posted February 1, 2012 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 Quote
Brian Posted February 1, 2012 Posted February 1, 2012 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 Quote
Zac Posted February 1, 2012 Author Posted February 1, 2012 (edited) Okay thats quite easy and solve anything, thanks Emistry, Brian. Problem Solved. Edited February 1, 2012 by Zac Quote
Question
Zac
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.
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.