Skip to content

Commit 4a5b077

Browse files
authored
feat: Heroku vs Self-Hosting - Honest Cost-Benefit Analysis (#972)
* feat: Add Heroku to self-hosting migration guide (Issue #927) * fix: Correct Redis backup/restore commands * feat: Replace fake migration story with honest cost-benefit analysis Rewrote the Heroku migration post to be transparent and educational: - Changed from fake narrative to honest cost comparison - Added Total Cost of Ownership (TCO) calculations with engineer time - Included break-even analysis showing realistic 22-31% savings (not 90%) - Created decision framework for when to self-host vs stay on Heroku - Added 4 real-world scenario applications - Honest discussion of hidden costs, risks, and tradeoffs - Removed made-up performance metrics and migration story - Focused on helping readers make informed decisions Related to #927 * fix: Correct infrastructure savings claim in Scenario 2 (use exact calculation)
1 parent 7b6f954 commit 4a5b077

File tree

6 files changed

+630
-1
lines changed

6 files changed

+630
-1
lines changed

.image-cache.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"public/images/exercises/ci-cd-github-actions.svg": "5aaff1f2e5ebe319",
1616
"public/images/exercises/prometheus-grafana-monitoring.svg": "a43a9174ca370551",
1717
"public/images/posts/gitops-deploy-docker-containers-github-actions-argocd.svg": "5b29267a4bb8a793",
18-
"public/images/posts/how-to-publish-helm-chart.svg": "dab2d9f9df96c681"
18+
"public/images/posts/how-to-publish-helm-chart.svg": "dab2d9f9df96c681",
19+
"public/images/posts/replacing-heroku-with-self-hosting.svg": "dcf751b311450ab6"
1920
}

0 commit comments

Comments
 (0)