AxeOfMen
AxeOfMen
> Please say whether or not the backup's Source included the Duplicati database path, as seen on Database page. No, the database is not included in the source files/directories for...
I created a bug report including the (sanitized?) database. It is available [here](https://www.axeofmen.com/duplicati_bugreport_2022_01_14.zip). Comparing the sanitized db to the actual db, I notice some missing tables. The File view is...
I have manually added a couple of indexes to my database that reduce the execution time from ~infinte to a little over a minute. CREATE INDEX "FileLookupMetadataID" ON "FileLookup" ("MetadataID");...
Added [pull request](https://github.com/duplicati/duplicati/pull/4706) to address this.
Thanks for the feedback. I have moved the indexes to a separate file and incremented the db version to 13. Yes, as mentioned in the comments for [Issue 4645](https://github.com/duplicati/duplicati/issues/4645), these...
@jedthe3rd Running `ANALYZE;` after your indexes eliminates the need for my indexes. Should I change my pull request to just do an analyze? It seems a little silly, but otherwise...
I'm not in love with the idea of analyzing before each run. It's not best practice and could set a bad precedent for others looking to do something similar. While...
My original post contains literally all of the code to reproduce it. The only thing absent is to `npm i pino`. It doesn't exhibit the problem on each run. A...
Interesting. I'm using node `v16.20.0` on `Linux Mint 19.2 Tina`
Video: https://github.com/pinojs/pino/assets/29270022/f1f87d4a-158c-4899-8222-2c3e6691af92 Edit: Video won't play in my browser, but I can download it and play it in VLC.