You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, user file restoration requires manual intervention from the site admin. The site admin manually searches for the gs:// URI of the user file backup and then restores the account from that path.
This process could be improved by taking the following steps, which can be done independently:
Automatically find the gs:// URIs for a given account, and expose it in the admin panel. Caveat: The GCP API for searching within the Cloud Storage bucket is quite slow; we may want to consider caching the URIs in a database or cache for faster lookup.
Allow users to access the URIs and perform the restoration themselves.
The text was updated successfully, but these errors were encountered:
Currently, user file restoration requires manual intervention from the site admin. The site admin manually searches for the
gs://
URI of the user file backup and then restores the account from that path.This process could be improved by taking the following steps, which can be done independently:
gs://
URIs for a given account, and expose it in the admin panel. Caveat: The GCP API for searching within the Cloud Storage bucket is quite slow; we may want to consider caching the URIs in a database or cache for faster lookup.The text was updated successfully, but these errors were encountered: