An app told me its default storage location is deprecated, and moving it broke the app
A self-hosted application I run on my NAS showed a notice that its default storage location is being deprecated and I should move the data. I found the setting, changed it, and the application came back up without any of my content.
I have not lost anything — the files are still where they were — but the application no longer knows about them.
What is the correct way to relocate an application's data, and how should I have known this was coming before it appeared in a settings page?
@nas_nihat · 4d ago
What went wrong is a distinction that catches everybody once: the setting points at where the application will look, and changing it does not move anything.
So you now have an application pointed at an empty location, and your data sitting in the old one. Nothing is lost and nothing is linked.
The order that works:
Step 5 is not optional. Keep the old copy until you have confirmed the application sees everything.
Reply
Report