Manual:The Dude v6/DB import export: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
The Dude server package supports database imports current releases as well as from older dude versions: v3 and v4. | The Dude server package supports database imports current releases as well as from older dude versions: v3 and v4. | ||
== | == Up to v6.34rc44 build == | ||
* Export | |||
<pre> | <pre> | ||
Line 10: | Line 12: | ||
</pre> | </pre> | ||
* Import | |||
To import database upload db file to ROS host and run import command. Note that importing large databases will take some time. | To import database upload db file to ROS host and run import command. Note that importing large databases will take some time. | ||
Line 17: | Line 19: | ||
/dude import-db file=(file_name_path) | /dude import-db file=(file_name_path) | ||
</pre> | </pre> | ||
== Starting with v6.34rc45 == | |||
For both actions now there is progress indicator added. | |||
* Export | |||
<pre>/dude export-db backup-file=(file_name_path)</pre> | |||
* Import | |||
<pre>/dude import-db backup-file=(file_name_path)</pre> | |||
[[Category:Dude]] | [[Category:Dude]] |
Revision as of 16:27, 26 January 2016
Applies to RouterOS: v6.34+
Overview
The Dude server package supports database imports current releases as well as from older dude versions: v3 and v4.
Up to v6.34rc44 build
- Export
/dude export-db file=(file_name_path)
- Import
To import database upload db file to ROS host and run import command. Note that importing large databases will take some time.
/dude import-db file=(file_name_path)
Starting with v6.34rc45
For both actions now there is progress indicator added.
- Export
/dude export-db backup-file=(file_name_path)
- Import
/dude import-db backup-file=(file_name_path)