Skip to content

Commit

Permalink
upgrade: add missing disconnect/connect steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 6, 2016
1 parent 889d80e commit e02329b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _po/ja/upgrade/index.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2016-06-02 11:40+0900\n"
"PO-Revision-Date: 2016-06-06 11:11+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -124,6 +124,12 @@ msgstr ""
msgid "## Compatible case {#compatible-case}"
msgstr "## 互換性がある場合 {#compatible-case}"

msgid " 1. Disconnect from all databases that use PGroonga."
msgstr " 1. PGroongaを使っているすべてのデータベースへの接続を切断します。"

msgid " 1. Connect to a database that uses PGroonga."
msgstr " 1. PGroongaを使っているデータベースに接続します。"

msgid " 1. Upgrade PGroonga extension."
msgstr " 1. PGroonga拡張をアップグレードします。"

Expand Down
4 changes: 4 additions & 0 deletions ja/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ PGroongaを使ってインデックスを作るには[`CREATE INDEX USING pgroon

アップグレード手順は次の通りです。

1. PGroongaを使っているすべてのデータベースへの接続を切断します。

1. PGroongaのバイナリーをアップグレードします。

1. PGroongaを使っているデータベースに接続します。

1. PGroonga拡張をアップグレードします。

PGroongaのバイナリーはパッケージでアップグレードできます。あるいは、新しいPGroongaをビルドして古いPGroongaに上書きすることでもアップグレードできます。
Expand Down
4 changes: 4 additions & 0 deletions upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ Use [`CREATE INDEX USING pgroonga`](../reference/create-index-using-pgroonga.htm

Here are steps to upgrade:

1. Disconnect from all databases that use PGroonga.

1. Upgrade PGroonga binary.

1. Connect to a database that uses PGroonga.

1. Upgrade PGroonga extension.

You can upgrade PGroonga binary by package. Or you can upgrade by building new PGroonga and override old PGroonga.
Expand Down

0 comments on commit e02329b

Please sign in to comment.