octavia/octavia/db/migration/alembic_migrations
Zuul 8ae82a47e1 Merge "Stop to use the __future__ module." 2020-07-10 13:41:37 +00:00
..
versions Add TLS version configuration for pools 2020-06-03 21:58:47 +00:00
README.rst Clarify that octavia-db-manage should be used 2017-01-19 00:18:49 +00:00
env.py Stop to use the __future__ module. 2020-06-02 20:32:07 +02:00
script.py.mako Drop support for SQL Schema Downgrades 2016-06-08 18:45:34 +03:00

README.rst

The migrations in the alembic/versions contain the migrations.

Before running this migration ensure that the database octavia exists.

To run migrations you must first be in the octavia/db/migration directory.

To migrate to the most current version run: $ octavia-db-manage upgrade head