From 0cf2ddbbff494b2791a6f9d033759840275ef2ed Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Fri, 4 Jun 2021 11:37:41 +0200 Subject: [PATCH] docs: Link sqlite to postgres switch tutorial in create app page Signed-off-by: Himanshu Mishra --- docs/getting-started/create-an-app.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/create-an-app.md b/docs/getting-started/create-an-app.md index fefb20b095..2e568664d9 100644 --- a/docs/getting-started/create-an-app.md +++ b/docs/getting-started/create-an-app.md @@ -23,7 +23,8 @@ Backstage provides a utility for creating new apps. It guides you through the initial setup of selecting the name of the app and a database for the backend. The database options are either SQLite or PostgreSQL, where the latter requires you to set up a separate database instance. If in doubt, choose SQLite, but -don't worry about the choice, it's easy to change later! +don't worry about the choice, it's easy to change later! Here is a +[tutorial](../tutorials/switching-sqlite-postgres.md) for it. The easiest way to run the create app package is with `npx`: