diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-04 15:50:41 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-04 15:50:41 -0700 |
commit | 5cf988d0b3bec5ce2e5f7b7151918d82583904cc (patch) | |
tree | 629c242ca5c92a21ce9967dbdc31721ca5d9d238 /installation.md | |
parent | f46bf58502782b8cef01ac326e6f7feef6b3e560 (diff) | |
download | sr.ht-docs-5cf988d0b3bec5ce2e5f7b7151918d82583904cc.tar.gz |
Update alembic docs in installation.md
Diffstat (limited to 'installation.md')
-rw-r--r-- | installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/installation.md b/installation.md index 2cc1cc7..4dbffcb 100644 --- a/installation.md +++ b/installation.md @@ -95,10 +95,10 @@ less privileged user. We use [alembic](http://alembic.zzzcomputing.com/en/latest/) to manage schema migrations. We source your alembic config from your main sr.ht `config.ini` - no -need to write an `alembic.ini` file. Run `alembic stamp head` once to tell -alembic the schema is up-to-date. Future upgrades will be managed automatically -by the package, or if you're using the source code you can run `alembic upgrade -head` when you pull the latest version down. +need to write an `alembic.ini` file. Run `<service>-migrate stamp head` once to +tell alembic the schema is up-to-date. Future upgrades will be managed +automatically by the package, or if you're using the source code you can run +`<service>-migrate upgrade head` when you pull the latest version down. ## Becoming admin |