From de7198cb57c984e9e657f0392505b58bfb80f40d Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Wed, 21 Feb 2018 10:46:05 +0100 Subject: [PATCH] docs: updated old commands not longer available starting from 4.11 --- docs/contributing/db-schema.rst | 2 +- docs/contributing/dev-setup.rst | 2 +- release.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing/db-schema.rst b/docs/contributing/db-schema.rst index 7dbf9d7d..3a4bf08b 100644 --- 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 index 07b7a1a6..343274d5 100644 --- 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 index 8c76dcbe..f7bf0c75 100644 --- 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 \