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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Since 0.16.0, when you run snaplet ss restore, we first check whether you have SUPERUSER privileges before attempting a restore.
However, we've also seen restores being possible in some cases with only the REPLICATION privilege. For this reason, we now check for either SUPERUSERorREPLICATION - if you have either, we attempt the restore.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since
0.16.0
, when you runsnaplet ss restore
, we first check whether you haveSUPERUSER
privileges before attempting a restore.However, we've also seen
restore
s being possible in some cases with only theREPLICATION
privilege. For this reason, we now check for eitherSUPERUSER
orREPLICATION
- if you have either, we attempt the restore.Beta Was this translation helpful? Give feedback.
All reactions