0

I need to implement a data backup and restore mechanism for GridDB. What is the recommended approach to back up and restore data in GridDB? Should I manually copy and paste the file into a new data directory?

1 Answers1

0

GridDB Community Edition does not include an inherent backup functionality. But I believe you can always use the backup/export tool on their repo: https://github.com/griddb/expimp

L. Connell
  • 81
  • 7