Home > MangUpdate

MangUpdate

MangUpdate is a project mainly written in Ruby, it's free.

This is a small gem that will help you with updating your MaNGOS server. It uses Mupfile to keep all database update logic simple.

MangUpdate

Installation

gem install mangupdate

Usage

WARNING!!!

Always check you config with mangupdate -nl (dry run and list updates) before using mangupdate!

  • Create Mupfile with mangupdate init.
  • Edit and configure Mupfile as you need.
  • Run mangupdate -nl to check that lists and jobs are configured.
  • Check Mupfile.dump file and change numbers there to your server's current revisions.
  • Use mangupdate to run the update.

Feel free to use mangupdate -h update to see all the options available.

Mupfile examples

Just use mangupdate init to get a basic Mupfile.

Previous:MI-RUB