aboutsummaryrefslogtreecommitdiff
path: root/doc/wiki-dump/doc%2FRPKI%2FCA%2FUI%2FGUI%2FUpgrading.md
blob: fb47c1025b24a739af0e9fca17ea0148a332152a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

   

Upgrading from a Previous Version

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 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.

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:

apachectl restart

Next Step

See doc/RPKI/CA/UI/GUI/Configuring