mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 03:06:02 +08:00

This commit introduces new features and utilities related to the backup and restore system that make use of remote URLs: - `discourse restore` accepts a URL to a backup file - `discourse backup_url` generates a URL of a backup file (S3 only) - `discourse import_backup_url` downloads a backup file from a URL to the configured backup store This can be used to move content between two Discourse instances by backing up the entire site, copying the backup URL, importing or restoring it on the other instance.