From 023e457b0a58e239dc62ec75ecb668ae3f36dd98 Mon Sep 17 00:00:00 2001 From: vmstan Date: Thu, 7 Dec 2023 12:17:14 -0600 Subject: [PATCH] additional CN translations --- content/zh-cn/admin/migrating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/admin/migrating.md b/content/zh-cn/admin/migrating.md index 11732a3b..472ec8c3 100644 --- a/content/zh-cn/admin/migrating.md +++ b/content/zh-cn/admin/migrating.md @@ -41,9 +41,9 @@ menu: * nginx配置文件(位于`/etc/nginx/sites-available/default`) * systemd配置文件(`/etc/systemd/system/mastodon-*.service`),里面可能包括一些你服务器的调优与个性化 -* pgbouncer配置文件,位于 `/etc/pgbouncer` (如果你使用pgbouncer的话) +* PgBouncer配置文件,位于 `/etc/pgbouncer` (如果你使用PgBouncer的话) -### 导出并导入Postgres数据库 {#dump-and-load-postgres} +### 导出并导入PostgreSQL数据库 {#dump-and-load-postgresql} 不要运行`mastodon:setup`,而是创建一个名为`template0`的空白Postgres数据库(当导入Postgres导出文件时,这是很有用的,参见[pg_dump文档](https://www.postgresql.org/docs/9.1/static/backup-dump.html#BACKUP-DUMP-RESTORE))。