solidDB Help : Configuring and administering : Monitoring solidDB : Using Dashboard : Modifying navigation and settings : Copying Dashboard navigation menu to another server
  
Copying Dashboard navigation menu to another server
You can export a navigation menu from the Dashboard interface of one server (source) and import the navigation menu into another server (target).
1 If the navigation menu in the target server has been modified, delete the existing navigation menu by executing the following statement on the target server:
DELETE FROM SYS_WEBDATA WHERE NAME='navigation.htm'
2 Export the Dashboard navigation menu from the source server:
a Click SETTINGS in the navigation menu, and then click Export menu to file.
b Select a location for the downloaded file.
c Enter a name for the file or accept the default, and click Save.
3 Import the Dashboard navigation menu to the target server by running the following command:
solsql -f filename "tcp server port [user [password]]
where:
filename is the full path to the file that contains the exported menu. The default file name is insert_navigation.sql.
server and port are the server name and port for the target server.
user and password are your login credentials.
Go up to
Modifying navigation and settings