0

There is an Export journal option available but I don't think it contains all the tables. I want to retrieve the current state of the database. Can anyone please help me on this ? Thank you!

AditiB
  • 332
  • 2
  • 10
  • Could you clarify what your expectation would be as per the "current state of the database" ? Are you expecting that only the latest revision can get exported ? – Aurgho Bhattacharjee Aug 06 '20 at 00:41
  • Not only the latest revision but I want a way in which I can extract the up to date database with all the revisions till date. – AditiB Aug 06 '20 at 07:32

1 Answers1

1

Export contains everything. Every transaction, every table, every revision.

Marc
  • 928
  • 5
  • 8
  • +1, to add, https://docs.aws.amazon.com/qldb/latest/developerguide/export-journal.output.html and https://docs.aws.amazon.com/qldb/latest/developerguide/journal-contents.html contain more references to journal content. – Aurgho Bhattacharjee Aug 06 '20 at 20:26