SyncChanges icon indicating copy to clipboard operation
SyncChanges copied to clipboard

"SyncChanges" on linux

Open lichnost3d opened this issue 4 years ago • 3 comments

Has anyone tried running "SyncChanges" on linux without graphics? Is this even possible? Any recommendations?

lichnost3d avatar Nov 27 '21 09:11 lichnost3d

Though I haven't actually tried it, SyncChanges.Console targets .NET 5.0 and should run on Linux just fine.

I tried running the unit tests on AppVeyor's Linux image (which has SQL Server), but unfortunately LocalDB is not supported on Linux.

The service (SyncChanges.Service) OTOH targets net461 and uses Windows specific classes from .NET Framework.

If you encounter any issues, please report here (or open a new issue) and I'll try and fix them.

mganss avatar Nov 30 '21 15:11 mganss

Thanks for your feedback. I checked Sync Changes works great on linux! I installed on OS linux debian 9.9 (stretch) the following software suite:

  • Mono 6.12.0.122
  • Microsoft SQL Server Express 2017 (14)
  • SyncChanges And got a full-fledged replication!

lichnost3d avatar Dec 14 '21 06:12 lichnost3d

@lichnost3d Awesome! Thanks for testing and your feedback!

mganss avatar Dec 14 '21 15:12 mganss