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

Run thinkup_web database migrations via install/cli/upgrade.php #1

Open
ginatrapani opened this issue Jan 30, 2015 · 0 comments
Open

Comments

@ginatrapani
Copy link
Member

Right now thinkup.sh builds the thinkup_web database using build-db_mysql-upcoming-release.sql. What it should do is build it using build-db_mysql.sql and then go through the proper upgrade process via webapp/admin/cli/upgrade.php --with-new-sql.

That will properly populate a tu_migrations table and make further migrations to thinkup_web possible.

Right now the upgrade.php script prompts the user about backing up data. Ideally we add a --force parameter which will silence the prompt so we can easily script the upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant