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

Adding option initialDumps to Postgres #67

Merged
merged 6 commits into from
Dec 26, 2023

Conversation

rsrohitsingh682
Copy link
Member

@rsrohitsingh682 rsrohitsingh682 commented Dec 22, 2023

Resolves: #64
Added an option initialDumps which can be used to load lists of SQL dumps during the database initialization.

@rsrohitsingh682 rsrohitsingh682 changed the title Added an option initialDumps to be used to add lists of sql dumps to … Adding option initialDumps to Postgres Dec 22, 2023
@shivaraj-bh
Copy link
Member

This will only work after #66

@shivaraj-bh
Copy link
Member

@rsrohitsingh682 You will have to rebase with main, some structural changes were done to the postgres service in #66

Copy link
Member

@shivaraj-bh shivaraj-bh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s include a test for initialDatabases

@shivaraj-bh shivaraj-bh merged commit d6b73e4 into juspay:main Dec 26, 2023
2 checks passed
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.

Postgres: accept list of init .sql dumps
2 participants