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

fix: exclude additional databases #421

Open
cofin opened this issue May 8, 2024 · 1 comment
Open

fix: exclude additional databases #421

cofin opened this issue May 8, 2024 · 1 comment

Comments

@cofin
Copy link
Collaborator

cofin commented May 8, 2024

SELECT datname FROM pg_database WHERE datname NOT LIKE 'template%' ORDER BY datname;

@cofin
Copy link
Collaborator Author

cofin commented May 8, 2024

It should at least include the following: 'template0', 'template1', 'rdsadmin', 'cloudsqladmin', 'alloydbadmin', 'alloydbmetadata', 'azure_maintenance', 'azure_sys'

@cofin cofin changed the title fix: exclude additional schemas fix: exclude additional databases May 8, 2024
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

No branches or pull requests

1 participant