Logbook - 2022-07-18

We have some real gems in this edition. Have you ever wished you could grow the storage volume on a Fly.io app? Now you can!! What about this one: Ever wished that the $99 Pro Plan would include $99 of usage credits? OK, that one may have been a li

The Fly.io Balloon
6 min readintermediate
--
View Original

Overview

The article discusses recent updates and features at Fly.io, focusing on improvements to the platform, including storage volume expansion, new support for SFTP, and enhancements to the flyctl command-line tool. It highlights the importance of keeping tools up to date and provides a changelog of features and fixes to enhance user experience.

What You'll Learn

1

How to expand the storage volume on a Fly.io app

2

Why the Pro Plan now includes usage credits equivalent to its price

3

How to use SFTP support with Hallpass for file transfers

4

When to check for updates in flyctl to take advantage of new features

Key Questions Answered

What new features are included in the Fly.io Pro Plan?
The Fly.io Pro Plan now includes usage credits equivalent to its price of $99, allowing users to utilize the plan's full value without additional costs. This change aims to enhance user satisfaction and support.
How can I expand the storage volume on a Fly.io app?
You can expand the storage volume on a Fly.io app using the command 'fly volumes extend <id>'. This feature is available with flyctl version v0.0.350, making it easier for users to manage their app's storage needs.
What improvements have been made to flyctl?
Recent improvements to flyctl include better JSON formatting for requests and responses when LOG_LEVEL is set to debug, as well as the deprecation of 'fly create' in favor of 'fly apps create' to streamline command usage.
What is the significance of SOC2 compliance for Fly.io?
Fly.io has achieved SOC2 compliance, which is significant for ensuring that the platform meets high standards for security and data protection. This compliance helps build trust with users regarding the handling of their data.

Technologies & Tools

Tool
Flyctl
Used for managing Fly.io applications and accessing new features.
Tool
Hallpass
Provides SFTP support for file transfers to Fly.io apps.

Key Actionable Insights

1
Keep your flyctl tool updated to leverage new features and improvements.
Regular updates ensure you have the latest capabilities and fixes, which can enhance your development workflow and app performance.
2
Utilize the new volume expansion feature to manage your app's storage needs effectively.
This feature allows you to scale your storage seamlessly, ensuring your applications can handle increased data without downtime.
3
Take advantage of the new SFTP support for easier file transfers to and from Fly.io apps.
This improvement simplifies the process of managing files on your applications, making it more efficient to deploy and update content.

Common Pitfalls

1
Failing to keep flyctl updated can lead to missing out on new features and bug fixes.
Regularly checking for updates ensures that developers can take full advantage of the platform's capabilities and maintain optimal performance.