diff --git a/docs/contributing/db-schema.rst b/docs/contributing/db-schema.rst --- a/docs/contributing/db-schema.rst +++ b/docs/contributing/db-schema.rst @@ -47,6 +47,6 @@ Migration Command After you've changed the database ORM and migration files, you can run:: - paster upgrade-db + rc-upgrade-db The database will be upgraded up to the version defined in the ``__init__`` file. \ No newline at end of file diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst --- a/docs/contributing/dev-setup.rst +++ b/docs/contributing/dev-setup.rst @@ -162,7 +162,7 @@ Setup the Development Database To create a development database, use the following example. This is a one time operation executed from the nix-shell of rhodecode-enterprise-ce sources :: - paster setup-rhodecode dev.ini \ + rc-setup-app dev.ini \ --user=admin --password=secret \ --email=admin@example.com \ --repos=~/my_dev_repos diff --git a/release.nix b/release.nix --- a/release.nix +++ b/release.nix @@ -136,7 +136,7 @@ let mkdir repos echo "Preparing the database" - paster setup-rhodecode \ + rc-setup-app \ --user=admin \ --email=admin@example.com \ --password=secret \