diff --git a/src/pages/selfhosted/postgres-store.mdx b/src/pages/selfhosted/postgres-store.mdx index 333a28da..ce5cdf22 100644 --- a/src/pages/selfhosted/postgres-store.mdx +++ b/src/pages/selfhosted/postgres-store.mdx @@ -142,7 +142,7 @@ For migrating the Postgres data, we rely on the `pg_dump`, `sed`, and `sqlite3` 1. Export Postgres data ```bash -pg_dump --data-only --inserts "postgresql://:@:/" > data.sql +pg_dump --data-only --column-inserts "postgresql://:@:/" > data.sql ``` 2. Convert exported Postgres data sql to Sqlite format