What's the difference between server and database backups?

I see there are two ways to do the backup of a server:

  • backup each database separately with stardog-admin db backup,
  • backup the whole server with stardog-admin server backup.

So far the only difference I see is that the second option runs much faster and doesn't version backup with a date. What're the other differences?

The latter backups all databases in one go, that's the main difference. It has some limitations too, e.g. S3 backups are not supported at the moment. The former should be used for backup'ing individual databases.

Best,
Pavel

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.