Summary
For now it creates the database backup, but there is no functionality to use this backup and restore the database.
Basic Example
backup = Backup()
backup.restore(
provider=CloudProviders.gcs.value,
bucket_name=bucket_name,
file_name=file_name
)
Summary
For now it creates the database backup, but there is no functionality to use this backup and restore the database.
Basic Example