How to rescan database storage index? #1645
-
|
Hi, I fucked up and deleted/moved a few files directly in my storage folder instead via the WebUI. Now I learned that this is not good as the metadata in the database is not updated automatically. Luckily, I don't have much stored yet on my self-hosted instance. So my question is, if there is a way to let OpenCloud rebuild the database from the files as they are now within the storage folder? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
There is no database. The storage is the source of truth for the posixfs and decomposedFS. If you are using the decomposedS3 driver, blobs are in the s3 server and the metadata is on the decomposedFS. |
Beta Was this translation helpful? Give feedback.
There is no database. The storage is the source of truth for the posixfs and decomposedFS.
If you are using the decomposedS3 driver, blobs are in the s3 server and the metadata is on the decomposedFS.