You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to repro this before, but just figured it out...
When a Dolt sql-server starts up with no databases, you currently see this error after you create a database, use it, and call dolt_clone. However... if you stop the server and restart it, then dolt_clone works as expected. This seems to be something related to how we initialize the database provider and must not be setting the remote dialer.
When I connect to a sql server from hosted and then try to call dolt_clone I get this error.
It's possible the port to clone is not open on the hosted instance
The text was updated successfully, but these errors were encountered: