Hi,
We are using Sharepoint 2019 and we want to migrate our Workflow Manager SQL databases from SQL Server 2016 (Always On) to SQL Server 2019 AO (The workflow manager servers are not migrated and remain the same).
Will the databases restored on SQL Server 2019 be compatible with our following current configuration? :
- Workflow Manager 1.0 (CU5) - KB4055730 (v. 2.0.40131.0)
- Service Bus 1.1 - KB3086798 (v. 2.0.30904.0)
Also, we used SQL aliases to reference databases on WF Manager. Are the following actions sufficient to change SQL Server ? :
- Stop the WF and SB services on WF Manager servers
- Restore databases on SQL Server 2019
- Change the SQL ALIAS to point to the new SQL Server
- Restart WF and SB services
Thanks for your help!