バックアップの場所

数日前、バックアップの保存先を選択できる新機能を追加しました。新しいサイト設定は backup_location と呼ばれ、現在「ローカル」と「Amazon S3」がサポートされています。

この設定は、以前に enable_s3_backups を設定してバックアップを自動的に S3 にアップロードしていた場合を除き、デフォルトで「ローカル」に設定されます。

何が変わったのか?

これまで、バックアップは常にサーバーのローカルディスクに保存されていました。S3 へのアップロードは、バックアップ処理の最後に実行される追加のオプションステップに過ぎませんでした。新しい設定により、バックアップをローカルまたは S3 のいずれかに保存するかを選択できるようになりました。S3 を選択した場合、ローカルストレージはバックアップとリストア時の一時ファイルのみに使用されます。

また、<kbd>Backups</kbd> タブは、バックアップ保存先に関係なく、すべての場所で同じように動作するようになりました。

バックアップのアップロード、ダウンロード、削除のために Amazon S3 にログインする必要はなくなりました。S3 から直接バックアップをリストアすることも可能です。

プラグインについて

残念ながら、この新しいシステムにより、バックアップを自動的に同期する既存のプラグイン(DropboxGoogle DriveNextcloudBox 向け)は動作しなくなります。

良い知らせとしては、プラグインから新しいバックアップ保存先を追加するのが以前よりもずっと簡単になることです。試してみませんか?

当面は、Use rclone to sync backups to Dropbox or Google Drive をご覧ください。

手順ガイドのトピックはありますか?

はい、あります。Configure automatic backups for Discourse

「いいね!」 15

Will the old way still work—local + S3? I like having a local backup along with the S3 for redundancy.

「いいね!」 3

Local backups and sync to S3 is not possible anymore. You need to choose one backup location.

「いいね!」 6

This sounds great! Does it really mean Amazon S3 or will it also work with S3 lookalikes like Digital Ocean Spaces and that thing that starts with M? (I think that I’d made backups push to Spaces a while ago.)

Is it related to this bug? Admin dashboard won’t load after upgrade to v2.2.0.beta3 +36

I haven’t tested it with anything other than Amazon S3. It might work on lookalikes too if they support the required APIs. DO might work – /reference/api/spaces-api/ looks promising.

Yes, it is.

「いいね!」 4

I haven’t been able to get DigitalOcean Spaces to serve as my Discourse backup location. Might require extra setups than Amazon S3. Would appreciate it if someone can give me some pointers. Thanks!

I have this working on DO Spaces. Below are my settings for reference, be sure to take the bucket name out of the endpoint url.

「いいね!」 6

Clarification on how this works when settings are changed:

  1. When once switches from S3 to Local or vice versa, do the existing backups get transferred or are they removed or are they left alone?
  2. When one see’s the list of backups in the Backup page is there a way to tell the location or are they all from the selected location in the setting?
  3. What is the meaning of this setting given that backups are no longer “synced” and either on S3 or Local? Disable the removal of backups from S3 when removed locally.
「いいね!」 2

Existing backups won’t be touched. You need to delete them manually if you want to free up space.

Only from the selected backup location.

The description of the s3_disable_cleanup setting needs an update. It disables the removal of backups from S3 and makes the system ignore the value of maximum_backups when backup_location is set to S3.
I think we could actually remove the s3_disable_cleanup setting and allow disabling the cleanup by setting maximum_backups to 0. That would make it work for all backup locations the same way.

「いいね!」 6

That makes sense to remove the option and use zero to disable removal of back ups. A follow up clarification on this, when one changes the settings, say from 120 days to 30 days, would that trigger an automatic cleanup of all the back ups?

maximum_backups has nothing to do with days…
And no, the cleanup only happens after successful backups. Changing settings doesn’t trigger anything.

「いいね!」 4

Sorry, let me rephrase my question. When I change the maximum back ups from 120 to 30, the next time when it backs up, will it delete anything older than the last 30 back ups?

「いいね!」 1

Yes, it will delete the older backups except for the last 30.

「いいね!」 4