From b538cdd4bc6a7fc2cbb47836798611befa7257f1 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 17 Mar 2023 15:55:04 +0000 Subject: [PATCH] Add link to pgloader --- docs/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index ed6466d..c6c26d9 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -2,6 +2,8 @@ Existing servers can migrate from one database backend to another. This page includes guidance for migrating from sqlite - similar concepts apply when migrating from databases of other types. +NOTE: [pgloader](https://github.com/dimitri/pgloader) is a tool that can easily migrate to postgres from other databases. Consider it if your target database is postgres + The process is as follows: 1. Create a dump of existing data.