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

Generate schema files for database #19

Open
Rainiefantasy opened this issue Oct 21, 2024 · 0 comments
Open

Generate schema files for database #19

Rainiefantasy opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature

Comments

@Rainiefantasy
Copy link
Contributor

Description:
Consider creating schema files for database/table setup so that users can replicate structure easily

Additional context or further questions:

  • Some things to consider:
  • previously replicated a different database using: pg_dump to dump database and data contents into a source file. I.e. pg_dump -U <user> -d <database> -f <file to dump contents into>
  • when using the above command, the data was also replicated, which we need to double check doesn't happen here!
  • there was also an error flagged around the roles not matching (the role creating the replica, and the role using the replica), so need to check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

No branches or pull requests

1 participant