浏览代码

Update documentation

pull/66/head
Slavi Pantaleev 7 年前
父节点
当前提交
543b98d24c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      docs/importing-postgres.md
  2. +1
    -1
      docs/importing-sqlite.md

+ 1
- 1
docs/importing-postgres.md 查看文件

@@ -12,7 +12,7 @@ If your database name differs, be sure to change `matrix_postgres_db_name` to yo

The playbook supports importing Postgres dump files in **text** (e.g. `pg_dump > dump.sql`) or **gzipped** formats (e.g. `pg_dump | gzip -c > dump.sql.gz`).

Before doing the actual import, **you need to upload your Postgres dump file to the server**.
Before doing the actual import, **you need to upload your Postgres dump file to the server** (any path is okay).


## Importing


+ 1
- 1
docs/importing-sqlite.md 查看文件

@@ -11,7 +11,7 @@ If you have such a Matrix Synapse setup and wish to migrate it here (and over to

## Prerequisites

Before doing the actual import, **you need to upload your SQLite database file to the server**.
Before doing the actual import, **you need to upload your SQLite database file to the server** (any path is okay).


## Importing


正在加载...
取消
保存