Migrating existing RMTs to RGS is as easy as changing a file on your RMT server, and adding the Organizational Credentials to a file..
IMPORTANT: If you are migrating away from a RGS-RMT server, please ensure all crons for your RMT imports are commend out, and the imports are NOT running. Please allow the imports to fully complete before migrating. You can check to see if 'rmt-cli import' is running in the output of this command:
ps fuax | grep rmt-cli
When the RMT is idle (no imports/exports running):
Log into your RMT system via SSH. Edit/Adjust the following section of '/etc/rmt.conf':
scc:
username: <YOUR RGS ORG CRED USERNAME>
password: <YOUR RGS ORG CRED PASSWORD>
host: https://rgscc.ranchergovernment.com/connectRestart rmt-server and sync the database for updated information
systemctl restart rmt-server ; rmt-cli sync
- You're done!
Comments
0 comments
Article is closed for comments.