Skip to content

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

Description

@ginatrapani

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions