Skip to content

PostgreSQL without superuser privileges _at all?_ #1430

Discussion options

You must be logged in to vote

Okay, trying that out — removed BYPASSRLS. As mentioned in the discord, I booted everything up for the first time, so it could run the migrations; then I ran this:

ALTER TABLE folder DISABLE ROW LEVEL SECURITY;
ALTER TABLE account DISABLE ROW LEVEL SECURITY;
ALTER TABLE audit DISABLE ROW LEVEL SECURITY;
ALTER TABLE queue DISABLE ROW LEVEL SECURITY;
ALTER TABLE completed_job DISABLE ROW LEVEL SECURITY;

ALTER TABlE resource DISABLE ROW LEVEL SECURITY;
ALTER TABlE script DISABLE ROW LEVEL SECURITY;
ALTER TABlE variable DISABLE ROW LEVEL SECURITY;
ALTER TABlE schedule DISABLE ROW LEVEL SECURITY;
ALTER TABlE flow DISABLE ROW LEVEL SECURITY;

ALTER TABLE usr_to_group DISABLE ROW LEVEL SECURITY;

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ELLIOTTCABLE
Comment options

@ELLIOTTCABLE
Comment options

Answer selected by rubenfiszel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants