Updated Updating Server Assets (markdown)

Chris Miles 2018-02-08 00:34:29 -06:00
parent f200f95ecd
commit 93104ba9ab

@ -50,26 +50,26 @@ Enter a command #>
| Command | Action | | Command | Action |
| ------------- |-------------| | ------------- |-------------|
| perl eqemu_server.pl maps| Download latest maps | | maps| Download latest maps |
| perl eqemu_server.pl opcodes| Download latest opcodes (Patches for eq clients) | | opcodes| Download latest opcodes (Patches for eq clients) |
| perl eqemu_server.pl quests| Download latest quests | | quests| Download latest quests |
| perl eqemu_server.pl plugins| Download latest plugins | | plugins| Download latest plugins |
| perl eqemu_server.pl lua_modules| Download latest lua_modules | | lua_modules| Download latest lua_modules |
| perl eqemu_server.pl utility_scripts| Download utility scripts| | utility_scripts| Download utility scripts|
| perl eqemu_server.pl setup_loginserver | Windows Loginserver setup | | setup_loginserver | Windows Loginserver setup |
| perl eqemu_server.pl linux_login_server_setup | Loginserver setup for Linux | | linux_login_server_setup | Loginserver setup for Linux |
### Database Maintenance Commands ### Database Maintenance Commands
| Command | Action | | Command | Action |
| ------------- |-------------| | ------------- |-------------|
| perl eqemu_server.pl backup_database| Back up database to backups/ | | backup_database| Back up database to backups/ |
| perl eqemu_server.pl backup_database_compressed| Back up database (zip/tar) to backups/ | | backup_database_compressed| Back up database (zip/tar) to backups/ |
| perl eqemu_server.pl backup_player_tables| Backs up only player tables to backsup/ | | backup_player_tables| Backs up only player tables to backsup/ |
| perl eqemu_server.pl check_db_updates| Checks for database updates manually (should not be needed) | | check_db_updates| Checks for database updates manually (should not be needed) |
| perl eqemu_server.pl check_bot_db_updates| Checks for bot database updates manually (should not be needed) | | check_bot_db_updates| Checks for bot database updates manually (should not be needed) |
| perl eqemu_server.pl remove_duplicate_rules| Older databases used to have tons of duplicate rules - this can be ran to purge them for the new inheritance rules| | remove_duplicate_rules| Older databases used to have tons of duplicate rules - this can be ran to purge them for the new inheritance rules|
| perl eqemu_server.pl drop_db_bots_schema| Removes bot database schema| | drop_db_bots_schema| Removes bot database schema|
* You can type 'maps' to interactively download maps in the script, or you can also just run: * You can type 'maps' to interactively download maps in the script, or you can also just run: