[ARVADOS] updated: 1.4.0-4-g9ba63a184
Git user
git at public.curoverse.com
Thu Jul 11 19:45:59 UTC 2019
Summary of changes:
doc/admin/config-migration.html.textile.liquid | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 9ba63a184235cac2f6aaf1a4b8a10ff5d592bf8b (commit)
from 993a5c4db7ea46d6ac130abbe9ab1e1c99286dde (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9ba63a184235cac2f6aaf1a4b8a10ff5d592bf8b
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu Jul 11 15:45:16 2019 -0400
doc: on the config migration page, make sure to include RAILS_ENV in the bundle
commands.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/admin/config-migration.html.textile.liquid b/doc/admin/config-migration.html.textile.liquid
index 11546c032..dbb706f44 100644
--- a/doc/admin/config-migration.html.textile.liquid
+++ b/doc/admin/config-migration.html.textile.liquid
@@ -19,7 +19,7 @@ The legacy API server configuration is stored in @config/application.yml@ and @c
Change to the API server directory and use the following commands:
<pre>
-$ bundle exec rake config:migrate > config.yml
+$ RAILS_ENV=production bundle exec rake config:migrate > config.yml
$ cp config.yml /etc/arvados/config.yml
</pre>
@@ -28,7 +28,7 @@ This will print the contents of @config.yml@ after merging with legacy @applicat
If you wish to update @config.yml@ configuration by hand, or check that everything has been migrated, use @config:diff@ to print configuration items that differ between @application.yml@ and the system @config.yml at .
<pre>
-$ bundle exec rake config:diff
+$ RAILS_ENV=production bundle exec rake config:diff
</pre>
This command will also report if no migrations are required.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list