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 to skip db:create during install task #2266

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Mar 17, 2022

What is this pull request for?

Pass --skip-db-create while running rails g alchemy:install to skip database creation.

Useful on CIs where a database is already present or if you do not have the privilege to create databases in your env.

Closes #2265

Checklist

@tvdeyen tvdeyen requested a review from mamhoff March 17, 2022 17:55
@tvdeyen tvdeyen merged commit 928a9cb into AlchemyCMS:main Mar 18, 2022
@tvdeyen tvdeyen deleted the installer/skip-db-migrate branch March 18, 2022 11:40
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.

Installation does not work when using DB read-replica
2 participants