What is the recommended way to import a data dump into a Free Tier (Sandbox) cluster on YugabyteDB Managed ? I have a relative small DB dump using ysql_dump from my local YB docker, then I use ysqlsh to import the dump to YB managed free cluster but get the following error:
ssl syscall error eof detected connection to server was lost
But if I import the dump to YB in docker locally, it is fine. Is it because of the import is taking too long?
[Disclaimer]: This question was first asked on the YugabyteDB Community Slack channel.