Migrating data from SurrealDB to SurrealDB Cloud
SurrealDB Cloud is a hosted version of SurrealDB, providing a fully managed, scalable, and secure database solution. This guide will help you migrate your existing SurrealDB Instance to SurrealDB Cloud .
Exporting and importing data
Export your current data as a
.surql(SurrealQL) file. You can do this using thesurreal exportcommand in the terminal:
This will create a file called
export.surqlin the current directory.You can now import this file into your SurrealDB Cloud Instance.