I buy a cloud vps on vsp.ag , which is ubuntu os and I install sql server
using this .
I can remotely connect from my local PC using IP address of VPS . But I can't configure the distribution.
It said
SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name,
'v3149'. (Replication.Utilities)
What I want to do is synchronization my local database and the database on vps using merge replication .
How can I fix it ?