Move Manager

Comprehensive utility to move both Mail and App databases

Move Manager

Install

Domino console command to install this app on your server:

tell Genesis install move-manager

Install in MyAccount (for Prominic customers only)

A comprehensive tool to move Domino databases from server to server is sadly lacking. The built in tools will do the basic physical steps of replicating a database, as well as some of the steps associated with a mail database, but there are no tools for the application side, no redirection on the workspace, and no tools to migrate agents on databases other than the standard mail databases.

This tool will migrate both Mail and Application databases to a new server. In the case of mail or MIDB databases, both the nab, and the users location documents are updated appropriately. It will also migrate agents to a new server, updating the server to run on property and update signatures while utilizing the 'on behalf of' property to keep agent functions working properly.

The interface should be as simple as possible, not requiring much more than FROM and TO information. The utility should redirect users from the workspace from the old icon to the new without requiring any user input. Last but not least, the utility should leave the option for recovery of the original database and a self cleanup so that old databases are not left on the server beyond a certain number of days.

Help Documentation is included within the database.

Version: 1.0.14

{
    "title": "Move Manager v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/DBMoveManager.nsf", "to": "${directory}/DBMoveManager.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "DBMoveManager.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Move Manager v${version} (OpenNTF)"]
    }

    ]
}