From 6ed856c458f1f97135ed9bd986f3496d41344f1b Mon Sep 17 00:00:00 2001 From: Humberto Date: Thu, 29 Aug 2024 22:19:55 +0100 Subject: [PATCH] Update fly_postgres_import.md The motivation is to clarify a bit about what we can use as a source-uri. I took hours to discover that I couldn't use localhost as a target in the URI, which makes total sense now that I know :) I'm still not convinced this is a good contribution, mainly because the copy is probably not abstract enough. But well, here it is. --- flyctl/cmd/fly_postgres_import.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flyctl/cmd/fly_postgres_import.md b/flyctl/cmd/fly_postgres_import.md index f72f55bf90..fafca3750b 100644 --- a/flyctl/cmd/fly_postgres_import.md +++ b/flyctl/cmd/fly_postgres_import.md @@ -6,6 +6,10 @@ Imports database from a specified Postgres URI fly postgres import [flags] ~~~ +~~~ + Can be a postgresql connection string. If your database is local beware that you may need to use a proxy to allow *fly* temporary machine to reach your local database. +~~~ + ## Options ~~~