This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 280bdfb  Add running db/admin for Traffic Vault in TO upgrade example 
(#6573)
280bdfb is described below

commit 280bdfb13d69dc0033c3cf1553d49eb8ec88143b
Author: ocket8888 <[email protected]>
AuthorDate: Thu Feb 17 14:27:43 2022 -0700

    Add running db/admin for Traffic Vault in TO upgrade example (#6573)
---
 docs/source/admin/traffic_ops.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/admin/traffic_ops.rst 
b/docs/source/admin/traffic_ops.rst
index c95ad83..1579ff5 100644
--- a/docs/source/admin/traffic_ops.rst
+++ b/docs/source/admin/traffic_ops.rst
@@ -237,6 +237,7 @@ To upgrade from older Traffic Ops versions, stop the 
service, use :manpage:`yum(
        yum upgrade traffic_ops
        pushd /opt/traffic_ops/app/
        ./db/admin --env production upgrade
+       ./db/admin --env production --trafficvault upgrade
        popd
 
 After this completes, see Guide_ for instructions on running the 
:program:`postinstall` script. Once the :program:`postinstall` script, has 
finished, run the following command as the root user (or with 
:manpage:`sudo(8)`): ``systemctl start traffic_ops`` to start the service.

Reply via email to