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

Allow using a separate database server #213

Open
javierm opened this issue Mar 30, 2023 · 0 comments
Open

Allow using a separate database server #213

javierm opened this issue Mar 30, 2023 · 0 comments

Comments

@javierm
Copy link
Member

javierm commented Mar 30, 2023

Using one server for the application and a different one for the database seems to be a common pattern.

We define a database_hostname which is used in the generated database.yml file. It would be great if the tasks creating the database, its users and its extensions were executed on the server defined in database_hostname.

Alternatively, we could provide some kind of condition to easily skip these steps so they don't run when we're using a separate database server.

@javierm javierm changed the title Allow using a different server for the database Allow using a separate database server Mar 30, 2023
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