Victor Nike
Victor Nike
what about a self hosted backend. Something that can be used to store securely the photos and an option to sync this backup with another instance. For example - laptop...
I'll try to test this feature. I am curious how to tags behave if the gallery has over 40k photos and more than 200k tags
My suggestions is "your photos in your hands"
Same for all kernels 5.16.* - Downgrading to 5.15.x solve the problem
Just to mention that the problem is the same using dm-crypr (luks) in a file via loopback. It seems that it is related with https://github.com/torvalds/linux/commit/47e9624616c80c9879feda536c48c6a3a0ed9835 Seen in this thread: https://github.com/openzfs/zfs/issues/12926
Yes, this is if I want to query result. But my case is to set the schema for the save. Something like `Db.save(GivenEntity).setBaseTable("schema.table").doSave();` and the result to be persisted in...
Thanks for the info. Ok, is the correct way something like this: ` Transaction transaction = Db.createTransaction(); transaction.connection().setSchema("new-schema"); Db.save(entity, transaction); `
Thank you Rob, I'll dig in this :)
Same here, upgrading to 3.78.0 did not help.