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

db: Modify upgrade cmd to migrate database from Postgres to Sqlite #153

Closed
wants to merge 12 commits into from

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    06a0cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6681b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d6fec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a981e View commit details
    Browse the repository at this point in the history
  5. Remove postgres and old db migration tasks from the upgrade cmd

    This removes the ansible tasks related to postgres image upgrade
    and OMR migration from 1.2.9 to 1.3.0.
    harishsurf committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0279232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff57778 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e36b4dd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    5f64d83 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    fd850a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    1d6dec2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    4597a3c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Move upgrading quay image before db migration

    quay needs to be on latest version with all alembic migration
    changes before db is migrated from postgres to sqlite, else
    alembic migration fails
    harishsurf committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6116d2a View commit details
    Browse the repository at this point in the history