🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
How to migrate data from old Solace VMR to the latest PubSub+ version
Problem
Upgrading your Solace Virtual Message Router (VMR) to the latest Solace PubSub+ software message broker will preserve all data (topic, queues, and all other configurations). However, upgrading is not an option for you. You are not sure how to migrate the data in that case.
Prerequisite
Download Solace PubSub+
Solution
To migrate data from old Solace VMR to the latest Solace PubSub+ version, follow these steps:
- Log on to the Solace Command Line Interface (CLI) through either the management console or Secure Shell (SSH) connections.
Type the command show current-config message-vpn *".
This command can capture all message-vpn level data, including topics and queues.
Use the > and >> characters to redirect the output to a file.
show current-config message-vpn * >> cliscripts/.cliTransfer the file to the new unit and put it in the cliscripts folder.
Use the source script
.cli command to run the script.Your configuration will be applied to the new message broker.
Result
The data from the old Solace VMR is migrated to the latest Solace PubSub+ software message broker.
Note: In general, the output is backwards compatible. However, you cannot apply the configuration from a newer Solace PubSub+ software message version on an older version because the newer version may have new features and commands.
Learn more
Documentation: Moving Message VPN Configurations Between Message Brokers