Moving an archive store to a network share

Moving an archive store to a network share

  1. Stop the MailStore Server service on the current machine through the MailStore Server Service Configuration tool or the Windows Service Control Panel or by executing the command net stop “MailStore Server” from an elevated command prompt
  2. Create a manual backup of your MailStore Server archive
  3. Create a new share on the NAS-system you want to store the archive store on
  4. Grant the MailStore Server machine account or a user read/write permissions on that newly created share
  5. If you granted the permissions to a user object, create an appropriate start-up script via the MailStore Server Service Configuration tool under Startup Scripts in the following format:

    net use \\nas01\MailArchive /user:mailstoreserver SecretPassw0rd

    In this example the MailStore archives are stored on a share called \\nas01\MailArchive and are accessed by a Windows user called mailstoreserver using a password  SecretPass0rd
  6. Move all files from the original archive folder to the network share. We recommend that the MailStore Master database (MailStoreMaster.fdb) remains at its original location as this database file is constantly in use and it ensures any network problems between the MailStore server and the NAS don’t result in database locking or corruption issues
  7. Start the MailStore Server service again, MailStore Server Service Configuration tool or the Windows Service Control Panel or by executing the command net stop “MailStore Server” from an elevated command prompt.
    • Related Articles

    • Moving an archive store to a new location

      To move an archive store to another hard-disk or network share, follow the instructions below. The MailStore master database all other archive stores remain unchanged. When moving an archive store to a network share the information from the article ...
    • Moving a MailStore server installation to a new server

      To move a MailStore Server archive to a new machine including all users, settings and emails follow these steps: Stop the MailStore Server service on the current machine, either through the MailStore Server Service Configuration tool or the service ...
    • How to extract messages from a damaged MailStore archive

      When an archive store is damaged (typically due to power issues or third party antivirus interaction), the following steps can be used to extract the messages from the problematic archive to your local hard drive and then re-archive the old data into ...
    • Moving a MailStore installation to a different local path

      To move a MailStore Server installation, where all archive stores are located underneath the directory of the master database (default location is C:\MailArchive) to another local path follow the steps below: Note: The MailStore program directory ...
    • How to recover from a corrupt archive store by merging stores

      When an archive store is damaged (typically due to power issues or third party antivirus interaction), the following steps can be used to extract the messages from the problematic archive and merge them into a new archive store. Check Infrastructure ...