Shutting a small tool down: what do I actually owe the people who have data in it?
About sixty paying customers on a small tool I am closing. It has been running four years and people have real work in it.
I know the mechanics of cancelling subscriptions and turning servers off. What I am less sure about is the data. People have years of their own material in there and I do not want to be the service that vanished with it.
I also do not want to run it forever out of guilt, or keep a database of other people's information indefinitely because I could not decide what to do.
What is the right thing here, in practice, and what order does it go in?
@export_before_off · 3w ago
The order matters more than anything else, and the rule is: build the export before you announce.
Announcing first produces a wave of people asking how to get their data out, discovering there is no good way, and being angry at exactly the moment you have no leverage and no time. Ship the export, test it, then tell people.
A reasonable sequence:
The read-only period is the cheapest kindness available, the running cost with nobody writing is usually small, and it catches everybody who missed the emails.
Reply
Report