Leaving a turnkey NAS: what you gain, and which chores quietly become yours
An appliance does not mainly sell you storage. It sells you decisions already made and a maintenance calendar somebody else keeps. Both of those transfer to you on the day you move, and the second one is the part people forget.
AtlasPVE ·
This entry answers
- proxmox vs synology vmm
- synology nas vs proxmox
- moving from nas appliance to proxmox
- what do i lose leaving synology
- proxmox backup server vs synology backup
People usually frame this as a comparison of features, and that framing hides the real trade. A turnkey appliance is not mainly selling you disks and a web page. It is selling you two other things: decisions that were already made for you, and a maintenance calendar that somebody else keeps.
When you move to a hypervisor you get freedom over the first. You also inherit the second, and that is the part that surprises people three months later.
What you actually gain
No vendor lifecycle. Hardware stops receiving updates on someone else's schedule, and features can leave in a major version. On your own machine, the timeline is yours.
Any service, not an approved list. The catalogue stops being a gate. If it runs on Linux, it runs.
Real hardware choice. Processor, memory, disk count, network cards. Appliances are sized for their intended workload, and virtual machines are usually not that workload.
The layout is yours. Redundancy, pool shape, which disks group together. This is genuine power and it is also the first chore on the next list.
What quietly becomes your job
None of these are hard. All of them were being done for you, and none of them announce themselves when they stop happening.
Deciding when to update, and carrying the risk. The appliance batched updates and tested the combination. Now the timing is a judgement call you make, and a kernel change can mean the machine does not come back.
Scheduling and reading scrubs. Silent corruption is found by scrubbing. An appliance ran that on a schedule and told you the result. If nobody sets it up, nothing complains, and the first sign is a bad read years later.
Verifying backups, not just taking them. This is the one people underestimate most. The appliance's backup app was doing more than copying: it checked, it reported, it aged out old copies. Copying is the easy half.
Share permissions and who can reach them. The appliance had one screen for this. Assembled from parts, it becomes several places that must agree.
Certificate renewal. It quietly worked. Now it is a job that fails at the exact moment you are not looking.
Deciding what "unhealthy" means. Thresholds were chosen for you. Now a disk at eighty percent either matters or does not, and only you can say which.
The mistake that costs the most
People migrate the data and forget the jobs.
The files copy over in an afternoon and everything looks finished. What did not copy are the backup schedules, the snapshot retention rules, the notification settings, the scrub timer and the health thresholds. None of those are visible in a file listing, and their absence produces no error at all.
The result is a system that looks complete and is quietly unprotected, and the gap is usually discovered by the event the missing job was supposed to catch.
Write the job list before you migrate, not after. Open the appliance and note every scheduled thing it does, every notification it sends, and every threshold it holds. That list is the actual migration.
The order that does not hurt
Read first. Stand the new machine up and copy data to it while the appliance keeps serving. Nothing depends on the new one yet, so mistakes are free.
Run in parallel. Point one non-critical consumer at the new machine and leave it for a week. This is where you find the permission you got wrong.
Recreate the jobs, then verify one restore. Not a backup: a restore. Until a file has come back, the chain is untested.
Cut over last, and keep the appliance powered off rather than wiped. An appliance you can switch back on for a month is the cheapest insurance in this entire process.
What does not decide it
Whether the hypervisor can serve files. It can, and that is not the question. The question is whether you want to own the calendar above.
Benchmark numbers. For most of these workloads the bottleneck is the network or the disks, and both are the same on either side.
Whether you can virtualise the appliance's own operating system. Even where that is possible, it recreates the vendor dependency you were leaving, on top of a layer that can now also fail.
What Atlas does
Atlas does not give you the appliance's calendar back. It makes the calendar visible, which is the part that actually goes missing.
The daily digest carries the questions from the list above: pending updates, a kernel installed but not booted, the age of the newest backup, disk and memory pressure, and critical machines that are stopped. Those are exactly the things an appliance used to tell you and a fresh hypervisor does not.
One behaviour is worth naming, because it is the failure mode of every inherited chore: when a check cannot read its data, Atlas says it could not read it rather than staying silent. A missing backup job and a healthy one look identical from the outside; only the check that admits ignorance tells them apart.
Storage work goes through a guided flow with an operation preview and a way back, so the layout decisions that are now yours are at least reversible while you learn them.
Sources
Proxmox's own documentation. In English, and it has the final word on this subject.