Pulls a deployed site's database out through /export.
The off-boarding half, and it no longer costs a diagnostic deploy. /export sits on the OWNER
tier: a per-site bearer token, minted by /firstrun and returned once as ownerToken. An
unauthenticated request answers 401 with a WWW-Authenticate: Bearer challenge, which is a
different fact from a missing route and is reported as one -- a user whose token is merely absent
should not be told to redeploy the site with every diagnostic route open.
/restore and /sql are unchanged and still diagnostic-only, which is why there is no import
counterpart to this command.
Pulls a deployed site's database out through
/export.The off-boarding half, and it no longer costs a diagnostic deploy.
/exportsits on the OWNER tier: a per-site bearer token, minted by/firstrunand returned once asownerToken. An unauthenticated request answers 401 with aWWW-Authenticate: Bearerchallenge, which is a different fact from a missing route and is reported as one -- a user whose token is merely absent should not be told to redeploy the site with every diagnostic route open./restoreand/sqlare unchanged and still diagnostic-only, which is why there is no import counterpart to this command.