From 83fce9376139aac61522030ad4ff11cfe5de6139 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 28 Jul 2016 21:03:09 -0400 Subject: Drop in documentation extracted from wiki.rpki.net. See README for details. --- doc/30.RPKI.CA.UI.GUI.Upgrading.wiki | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/30.RPKI.CA.UI.GUI.Upgrading.wiki (limited to 'doc/30.RPKI.CA.UI.GUI.Upgrading.wiki') diff --git a/doc/30.RPKI.CA.UI.GUI.Upgrading.wiki b/doc/30.RPKI.CA.UI.GUI.Upgrading.wiki new file mode 100644 index 00000000..644cbb16 --- /dev/null +++ b/doc/30.RPKI.CA.UI.GUI.Upgrading.wiki @@ -0,0 +1,36 @@ +[[TracNav(doc/RPKI/TOC)]] +[[PageOutline]] + += Upgrading from a Previous Version = + +* See wiki:doc/RPKI/CA/UI/GUI/Upgrading/BeforeMigration for the special situation where you are upgrading from a release '''prior to database migration support being added'''. + +This page describes the steps you must take if you upgrading from a previous version of the software that is already installed on the system. If you are installing for the first time see [[wiki:doc/RPKI/CA/UI/GUI/Installing]]. + +Run the following commands at a shell prompt. Note that you do not need run these as the ''root'' user, any user with permission to read `/etc/rpki.conf` is sufficient. + +{{{#!sh +rpki-manage syncdb +rpki-manage migrate +}}} + +Note that at the end of the `syncdb` output you will see the following message: +{{{ +Not synced (use migrations): + - rpki.gui.app +(use ./manage.py migrate to migrate these) +}}} + +You should '''ignore the message about running ./manage.py''' since that script does not exist in our setup (we use `rpki-manage` instead`). + +== Restart Apache == + +In order to cause Apache to reload the web portal software using the newly installed software, it must be restarted. Execute the following command as ''root'' in a shell: + +{{{#!sh +apachectl restart +}}} + +== Next Step == + +See [[wiki:doc/RPKI/CA/UI/GUI/Configuring]] -- cgit v1.2.3