p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

Inconsistent blob storage warning was wrongly shown #638

Closed adzialocha closed 1 month ago

adzialocha commented 1 month ago

Minor fix where this warning was shown even though the database was temporary (stored in memory):

[2024-06-26T09:39:24Z WARN aquadoggo] Your database is persisted but blobs are not which might result in unrecoverable data inconsistency (blob operations are stored but the files themselves are not). It is recommended to either set both values (database_url and blobs_base_path) to an temporary value or set both to persist all data.