From a3322034f4f891a260856e8d4e83315591ef7c2a Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Thu, 29 Aug 2024 21:53:08 +0200 Subject: [PATCH] docs: update migrate note --- docs/how-tos/migrate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-tos/migrate.md b/docs/how-tos/migrate.md index a624c95..be72f20 100644 --- a/docs/how-tos/migrate.md +++ b/docs/how-tos/migrate.md @@ -12,8 +12,8 @@ To migrate the database, you need to add `migrate` command. {: .note } The pg backup has another great feature: migrating your database from a source database to another. -As you know, to restore a database from a source to a target database, you need 2 operations: to start by backing up the source database and then restoring the source backed database to the target database. -Instead of proceeding like that, you can use the integrated feature `(migrate)` that will help you to migrate your database by doing only one operation. +As you know, to restore a database from a source to a target database, you need 2 operations: which is to start by backing up the source database and then restoring the source backed database to the target database. +Instead of proceeding like that, you can use the integrated feature `(migrate)`, which will help you migrate your database by doing only one operation. ### Docker compose