File: tools.rst

package info (click to toggle)
migrate 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: python: 5,854; makefile: 95; sh: 91
file content (15 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Repository migration (0.4.5 -> 0.5.4)
================================================

.. index:: repository migration

:command:`migrate_repository.py` should be
used to migrate your repository from a version before 0.4.5 of
SQLAlchemy migrate to the current version.

.. module:: migrate.versioning.migrate_repository
   :synopsis: Tool for migrating pre 0.4.5 repositories to current layout

Running :command:`migrate_repository.py` is as easy as:

 :samp:`migrate_repository.py {repository_directory}`