Forum Discussion
Alex_Kim245
Jul 06, 2022Copper Contributor
sql server migration
Is that possible to migrate databases on sql server 2016 to 2019 with mirroring or replication.
olafhelper
Jul 07, 2022Bronze Contributor
Sure it's possible; why do you ask or do you have doubts?
Olaf
Olaf
Alex_Kim245
Jul 07, 2022Copper Contributor
Thanks. The reason I'm asking is current server is Windows 2016 and new server will be Windows 2019. So not just sql server version change but also OS version change.
- isaaclewisJul 18, 2022Copper ContributorThis should be fine -- one caveat is that the publishing server *must* be at least Standard Edition. Web edition does not support publication for replication/mirroring.
- olafhelperJul 08, 2022Bronze ContributorI don't see any problem on this approach.
Setup a test enviroment and give it a try by simply doing it.