Heroku Blog
- News
- Last Updated: December 14, 2010
- Adam Wiggins
Access to application logs on Heroku has historically been one of the least usable functions of the platform. The “heroku logs” command was nothing more than a broadcast fetch of the logfiles for every web and worker dyno in your app. This worked ok for small apps, but the user experience became very poor once you got past five or ten dynos. I’m incredibly excited to announce that today we’re rolling out the public beta of our new logging add-on. This is a whole new way of capturing and collating logs, based on a syslog routing layer we’ve dubbed Logplex.…
- News
- Last Updated: December 08, 2010
- James Lindenbaum
What if enterprise apps were built the way you’d build an agile Ruby app? What if they were a pleasure to work with, deploy, and manage? What if big companies could adopt the philosophies of Heroku and the Ruby community? What if your company actually preferred you use Heroku to build apps? That’s the next level for Heroku. That’s where we want to go, so we’ve made a decision we’re excited to share: we have signed a definitive agreement to be acquired by salesforce.com. We expect the deal to close by January 31st. Why Salesforce.com? Salesforce.com is the original cloud…
- News
- Last Updated: April 30, 2024
- Matthew Soldo
Recently we announced the release of PG Backups, our new database backup service. Since then, PG Backups has seen rapid adoption and has been successfully managing the backups of a large and growing number of our production customers. Today we are announcing the deprecation of Bundles. Although Bundles has served the Heroku community well, we have found that it doesn’t scale to adequately meet the needs of the larger, more complex applications running on Heroku today. We encourage all of our users to migrate their application backup strategy to PG Backups as soon as possible. Starting today (November 30, 2010)…
- News
- Last Updated: November 18, 2010
- Adam Wiggins
When a team of developers uses continuous deployment to deploy to their Heroku staging and production apps multiple times per day, having a record of what was deployed and when can be very valuable. This is especially true when bad code gets deployed: being able to recover quickly from failure is a key part of any agile process. Today, Heroku is announcing our release management add-on. When installed on an app, every code deploy is recorded in a ledger with information about who deployed, when, and what commit hash. And it’s not just code: anything that changes the app environment,…
- News
- Last Updated: November 16, 2010
- Matthew Soldo
Heroku is launching a new database backup solution. Heroku PG Backups is available immediately and is the officially supported and recommended method of backing up your PostgreSQL database on Heroku. PG Backups is a significant architectural improvement over Bundles and is designed to handle the large-scale, production databases that are being deployed to Heroku today. In addition to these backend improvements, PG Backups offers several new features: Backups are captured using pg_dump’s -Fc compressed format. This is the most reliable, fastest way of capturing backups from PostgreSQL. Data can be easily imported to your application – the pgbackups:restore command can…
- News
- Last Updated: May 02, 2024
- Matthew Soldo
Today Heroku is releasing an update to our dedicated database service. Heroku PostgreSQL provides an improved upgrade path for our users as their applications grow by offering new features, new plans, and instant provisioning. Product Improvements Direct database connectivity through psql (the Postgres command-line tool) or libpq (the Postgres client library). Direct connectivity makes it easier to introspect the database directly and run ad-hoc queries. It also enables complex, multi-application architectures with shared data stores. Instant provisioning and customer driven migrations. Previously, upgrading to our dedicated databases was a semi-manual procedure which required assistance from our support team and took…
Subscribe to the full-text feed.