Skip to content

Add utilities for backups and remote URLs #32992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add utilities for backups and remote URLs #32992

wants to merge 1 commit into from

Conversation

nbianca
Copy link
Member

@nbianca nbianca commented May 29, 2025

This commit introduces two new features related to the backup and restore system that make use of remote URLs:

  • discourse backup_url generates a URL of a backup file

  • discourse restore <backup> can now accept a URL to a backup file, that is downloaded and then restored

These two utilities make it easier to manage backups, especially when trying to move backups between different servers without using an intermediate storage location (download to local machine and then upload to local machine).

This commit introduces two new features related to the backup and
restore system that make use of remote URLs:

- `discourse backup_url` generates a URL of a backup file

- `discourse restore <backup>` can now accept a URL to a backup file,
that is downloaded and then restored

These two utilities make it easier to manage backups, especially when
trying to move backups between different servers without using an
intermediate storage location (download to local machine and then upload
to local machine).
@nbianca nbianca marked this pull request as draft May 30, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant