It’s easy to get started; not as easy to maintain.
Comment on Plex Users Fear New Feature Will Leak Porn Habits to Their Friends and Family
Kusimulkku@lemm.ee 11 months agoIt definitely is in most cases
AtariDump@lemmy.world 11 months ago
Kusimulkku@lemm.ee 11 months ago
What do you mean? I don’t think there’s much at all of maintenance needed to be done.
AtariDump@lemmy.world 11 months ago
Updating.
Saving data outside containers so that updates don’t hose said data.
Only updating one project’s container at a time and not all of them.
Backing up data.
Kusimulkku@lemm.ee 11 months ago
I’ve never had issues with their data. Logs, configs or media. Just set up the volumes and you’re done afaik.
Updating single container can be done with a simple pull and recreate or with compose by having a single docker thing on that particular compose file. Not that I’ve chosen to do that, many services are simpler since a lot of them work together anyway.
Backing up should be as easy as backing up anything. Put all your docker configs in the same location, save the compose file(s), check that the paths are same in new system and you’ll be up and running.
TrickDacy@lemmy.world 11 months ago
I’ll give it another shot eventually. If memory serves I had trouble getting the container started at all, until I found a specific way to configure it, then once it started, it had a lot of issues with metadata that at the time felt like a headache