Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist and load superusers #2797

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

fulghum
Copy link
Contributor

@fulghum fulghum commented Dec 19, 2024

Previously, superusers were persisted to disk, but never loaded back again when the database was restarted. This essentially made all superusers ephemeral, since they only lasted for the duration of a SQL server process.

This change loads persisted superusers from disk, and also adds a new function to create ephemeral superusers that do not get persisted to disk.

@fulghum fulghum force-pushed the fulghum/persist_root_superuser branch from 5f1e3d7 to c353c46 Compare December 23, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant