Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
load (name)Restore previously created backup file in .umb format.
migrate-legacy-db (database-path; overwrite)Convert the old User Manager (from RouterOS v6 or before) to the new standard. It is possible to overwrite the current database. 
optimize-db ()
save (name; overwrite)Save the current state of the User Manager database.

...

Migrating from RouterOS v6


When you do upgrade your User Manager router from RouterOS v6 to the v7 the new User Manager starts to wrk with new database files and configuration. In order to continue to use the old user, router, profile, etc. configuration you must manually execute migrate command. In order to do so you must have files from the old User Manager server folder "user-manager" present. Folder can be renamed, but all the contents from the old installation must be transferred to the new v7 installation (you can move old configuration from one router to another router with v7, you must copy "user-manager" folder). After that all you need to do is execute this command - "/user-manager/database/migrate-legacy-db database-path=<path_to_old_user_manager_folder>".

Application Examples

Basic L2TP/IPsec server with User Manager authentication

...