Approach to take snashots/backup of cratedb schemas, which service we can take for backup of cratedb database schemas

Gaurav Singh 1 Reputation point
2022-12-12T09:20:57.62+00:00

Approach to take snashots/backup of cratedb schemas, which service we can take for backup of cratedb database schemas.
We would liketo understand which ways is best for taking cratedb schemas timeseries data backup and to restore.

Azure SQL Database
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alberto Morillo 35,496 Reputation points MVP Volunteer Moderator
    2022-12-14T14:16:04.283+00:00

    If you are using SQL Server (VM or on-premises) please consider using snapshot replication.

    For SQL Server and Azure SQL, you can also use Transfer SQL Server Objects Task on SQL Server Integration Services (SSIS packages) to transfer schemas along with data from one database to another.

    0 comments No comments

  2. SSingh-MSFT 16,461 Reputation points Moderator
    2022-12-14T08:24:08.433+00:00

    Hi @Gaurav Singh ,

    Welcome to Microsoft Q&A platform and thanks for using Azure services.

    As I understand your question, you want to know the approach to backup of created database schemas. Please correct me if I understood differently.

    BCP Utility could be used for Export and Import.

    Hope this helps. Please let us know your inputs.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.