After migrating from Stardog 6 to Stardog 7 (7.0.2), we have problem with backups. Backups got interrupted with the following message:
INFO 2019-12-10 18:32:40,684 [stardog-user-14] com.complexible.stardog.index.Index:printInternal(314): Backing up: 64% complete in 00:02:47
ERROR 2019-12-10 18:32:42,463 [stardog-user-14] com.complexible.stardog.index.io.IndexIO:backup(447): Error in creating backup
java.util.NoSuchElementException: No value present
at java.util.Optional.get(Optional.java:135) ~[?:1.8.0_222]
at com.complexible.stardog.index.memory.CompactValueSerializer.writeLiteral(CompactValueSerializer.java:89) ~[stardog-7.0.2.jar:?]
at com.complexible.stardog.index.memory.ValueSerializer.write(ValueSerializer.java:100) ~[stardog-7.0.2.jar:?]
This results in an incomplete backup, which can not be restored. Backup functionality is not usable atm.