-
Notifications
You must be signed in to change notification settings - Fork 72
Upgrading
Bara edited this page Nov 9, 2020
·
1 revision
Upgrade
- Follow Installation
- In your server console run
sm_surftimer_upgrade
- Run
csgo/scripts/mysql-files/checkpoints-upgrade.sql
in your surftimer database. - In your server console run
sm_surftimer_upgrade
again.
Upgrade from SurfTimer (fluffys)
Upgrade
- Run the upgrade script
csgo/scripts/upgrade_scripts/upgrade-fluffy.sh
(edit the defined path) - Follow Installation
- Edit configs (maybe c/p some rank names from old configs)
- Run
csgo/scripts/mysql-files/upgrade-fluffy.sql
in your surftimer database. - In your server console run
sm_surftimer_upgrade
- Run
csgo/scripts/mysql-files/checkpoints-upgrade.sql
in your surftimer database. - In your server console run
sm_surftimer_upgrade
again.
Upgrade from ckSurf (nikooo777)
Upgrade
- Run the upgrade script
csgo/scripts/upgrade_scripts/upgrade-nikooo.sh
(edit the defined path) - Follow Installation
- Edit configs (maybe c/p some rank names from old configs)
- Run
csgo/scripts/mysql-files/upgrade-niko.sql
in your surftimer database. - In your server console run
sm_surftimer_upgrade
- Run
csgo/scripts/mysql-files/checkpoints-upgrade.sql
in your surftimer database. - In your server console run
sm_surftimer_upgrade
again.