Backup entire database/ja: Difference between revisions
From LimeSurvey Manual
Bravehorse (talk | contribs) No edit summary |
Updating to match new version of source page |
||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<span id="General"></span> | |||
=概要= | =概要= | ||
LimeSurveyをアップグレードする場合や、他のサーバーに移動させる場合は、全データ(質問、参加者、回答など)をバックアップすることを強く推奨します。このためには、'''データベース全体のバックアップ'''機能を使います。 | LimeSurveyをアップグレードする場合や、他のサーバーに移動させる場合は、全データ(質問、参加者、回答など)をバックアップすることを強く推奨します。このためには、'''データベース全体のバックアップ'''機能を使います。 | ||
<center>[[File:Backup entire database configuration.png]]</center> | <center>[[File:Backup entire database configuration.png]]</center> | ||
<div class="mw-translate-fuzzy"> | |||
クリックすると、ウィンドウがポップアップし、.sqlデータベースをバックアップを保存するか聞かれます。 | |||
</div> | |||
* If the database size is '''small enough''', you will see a green confirmation message indicating that the database is ready for immediate download. Clicking the '''Yes - download now!''' button will start the download of the `.sql` backup file. | |||
* If the database is '''too large''', a yellow warning message will appear, informing you that a manual backup is required using a database client. Please note, that you can configure this size limit in [[Global settings]]/Storage. | |||
次の場合にバックアップをおすすめします。 | 次の場合にバックアップをおすすめします。 | ||
Line 16: | Line 20: | ||
<div class="simplebox">[[File:help.png]] '''注意:''' [[ComfortUpdate/ja#Using_ComfortUpdate|ComfortUpdate]]機能を使う場合は、データベースのバックアップは/tmpフォルダに自動的に作成されます。 </div> | <div class="simplebox">[[File:help.png]] '''注意:''' [[ComfortUpdate/ja#Using_ComfortUpdate|ComfortUpdate]]機能を使う場合は、データベースのバックアップは/tmpフォルダに自動的に作成されます。 </div> | ||
<div class="mw-translate-fuzzy"> | |||
この機能は、各種の設定(コードなど)を変えるときにも使えます。これにより、アプリケーションに問題が生じる場合に備えてデータを保護します。 | この機能は、各種の設定(コードなど)を変えるときにも使えます。これにより、アプリケーションに問題が生じる場合に備えてデータを保護します。 | ||
</div> |
Latest revision as of 16:21, 14 April 2025
概要
LimeSurveyをアップグレードする場合や、他のサーバーに移動させる場合は、全データ(質問、参加者、回答など)をバックアップすることを強く推奨します。このためには、データベース全体のバックアップ機能を使います。

クリックすると、ウィンドウがポップアップし、.sqlデータベースをバックアップを保存するか聞かれます。
- If the database size is small enough, you will see a green confirmation message indicating that the database is ready for immediate download. Clicking the Yes - download now! button will start the download of the `.sql` backup file.
- If the database is too large, a yellow warning message will appear, informing you that a manual backup is required using a database client. Please note, that you can configure this size limit in Global settings/Storage.
次の場合にバックアップをおすすめします。
- 他のサーバーにLimeSurveyアプリケーションを移動する
- LimeSurveyアプリケーションをアップグレードする(ComfortUpdateを使わない方法)

この機能は、各種の設定(コードなど)を変えるときにも使えます。これにより、アプリケーションに問題が生じる場合に備えてデータを保護します。