TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tell HN: Heroku bans 10 year account without notice or explanation

182 pointsby nicholasreedover 3 years ago
I&#x27;ve been a paying Heroku customer for a decade, with multiple businesses (a surf company, tennis reservation system) and personal projects hosted without issue.<p>On Tuesday, I woke up to sites down and my login not working. No emails from Heroku. After emailing support, I got an automated response that I&#x27;d been banned for violations of the Acceptable Use Policy. No details, just instantly dropped.<p>I&#x27;ve sent 10s of emails to every Heroku and Salesforce support and security department, called the SF offices, and tried social media. I still have no idea why my account was suspended, and apparently I have no recourse to get my company data back (backups, credentials...everything is through the Heroku login).<p>Heroku is trying to put me out of business, I recommend you leave them before they do the same to you!

10 comments

grepfru_itover 3 years ago
Once again, never ever commingle customer accounts, one bad apple ruins it for all of them. Create a new (in this case, Heroku) account for each customer, no exceptions<p>Story time: I worked for a major marketing firm that did this with Facebook. we would see accounts go down every once in awhile and it turned out the managers of the companies that cried foul were doing foul things which we would have to resolve (bonus: extra $$$ Too). One Saturday our monitoring started chirping only to find all Facebook accounts were deactivated. It took us 10minutes to realize we did not change our tooling to support their api changes. These are well known name brands that were completely down. That was the first time I have seen an entire company scramble to resolve an issue, but we were back up and hobbling around within 2 hours.<p>Always separate accounts.
评论 #28254365 未加载
评论 #28255367 未加载
hiremagaover 3 years ago
I&#x27;m so sorry. This sounds incredibly stressful for you and the businesses you support.<p>While you&#x27;re working towards a resolution with Heroku, it might be possible to bring up some of these apps relatively quickly on Digital Ocean&#x27;s App Platform since it uses many of the same buildpacks as Heroku: <a href="https:&#x2F;&#x2F;docs.digitalocean.com&#x2F;products&#x2F;app-platform&#x2F;build-system&#x2F;cloud-native-buildpacks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.digitalocean.com&#x2F;products&#x2F;app-platform&#x2F;build-sy...</a><p>This won&#x27;t help in the cases that need data for proper restoration, but perhaps it&#x27;ll get some the businesses you support taking reservations again sooner.<p>One benefit of having chosen a buildpacks based platform is it&#x27;s easier to move than most proprietary or bespoke approaches.
评论 #28254689 未加载
phendrenad2over 3 years ago
Ah yes, the old &quot;small company get bought by a huge company, now you can&#x27;t get customer service on the phone unless you&#x27;re a whale&quot;.
strzibnyover 3 years ago
Yep. It&#x27;s better to assume this can happen. Still very unfortunate :(<p>I am just finishing <a href="https:&#x2F;&#x2F;deploymentfromscratch.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deploymentfromscratch.com&#x2F;</a> for anybody that wants to learn how to do it.
评论 #28256938 未加载
评论 #28253984 未加载
gbourneover 3 years ago
Really sad the hear this. The advantages of a managed service (Paas) are easily out weighted when they decide to shutdown your company...and with Heroku, Firebase, etc there is technology lock-in.
agustifover 3 years ago
I could recommend Dokku and Ledokku as they are a fine self-host alternative for small PaaS operation needs.<p>- <a href="https:&#x2F;&#x2F;dokku.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dokku.com&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;www.ledokku.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ledokku.com&#x2F;</a><p>If you don&#x27;t like to self-host, I&#x27;ve been happy with onrender for my PaaS needs. and Vercel&#x2F;Netlify are excelent for your frontend needs.
nooberminover 3 years ago
The problem with *AAS is one day they decide they don&#x27;t like you and you&#x27;re caught out in the rain. It&#x27;s pretty difficult to gauge when and if that will happen and thus assess the risk.
forgingaheadover 3 years ago
This is very worrying - do update this thread if you can get a resolution on this. I&#x27;m surprised to see this to be honest, but it&#x27;s a good reminder to all who use cloud services to have a strong &quot;fire alarm&quot; plan whereby you can deploy quickly elsewhere without too much downtime to your app customers.
评论 #28254760 未加载
markus_zhangover 3 years ago
I hope you get data back at least. Can I ask why did you consider a cloud host initially?
评论 #28250806 未加载
vifergaover 3 years ago
Try metacall instead: <a href="https:&#x2F;&#x2F;metacall.io" rel="nofollow">https:&#x2F;&#x2F;metacall.io</a>