Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.2.1] Add 1.2.0 to 1.2.1 update guide for workstations #5130

Merged
merged 2 commits into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/images/0.6.x_to_0.7/securedrop-updater.png
Binary file not shown.
Binary file added docs/images/securedrop-updater.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ anonymous sources.
:name: upgradetoc
:maxdepth: 2

upgrade/1.2.0_to_1.2.1.rst
upgrade/1.1.0_to_1.2.0.rst
upgrade/1.0.0_to_1.1.0.rst
upgrade/xenial_after_april_30.rst
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade/1.0.0_to_1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on the Tails welcome screen in order to use the graphical updater.

Perform the update to 1.1.0 by clicking "Update Now":

.. image:: ../images/0.6.x_to_0.7/securedrop-updater.png
.. image:: ../images/securedrop-updater.png

.. _manual_upgrade_to_110:

Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade/1.1.0_to_1.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on the Tails welcome screen in order to use the graphical updater.

Perform the update to 1.2.0 by clicking "Update Now":

.. image:: ../images/0.6.x_to_0.7/securedrop-updater.png
.. image:: ../images/securedrop-updater.png

Performing a manual update
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
68 changes: 68 additions & 0 deletions docs/upgrade/1.2.0_to_1.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Upgrade from 1.2.0 to 1.2.1
===========================

Updating Workstations to SecureDrop 1.2.1
-----------------------------------------

Using the graphical updater
~~~~~~~~~~~~~~~~~~~~~~~~~~~
On the next boot of your SecureDrop *Journalist* and *Admin Workstations*,
the *SecureDrop Workstation Updater* will alert you to workstation updates. You
must have `configured an administrator password <https://tails.boum.org/doc/first_steps/startup_options/administration_password/>`_
on the Tails welcome screen in order to use the graphical updater.

Perform the update to 1.2.1 by clicking "Update Now":

.. image:: ../images/securedrop-updater.png

Performing a manual update
~~~~~~~~~~~~~~~~~~~~~~~~~~
If the automated update fails, you can perform a manual update by running the
following commands: ::

cd ~/Persistent/securedrop
git fetch --tags
gpg --keyserver hkps://keys.openpgp.org --recv-key \
"2224 5C81 E3BA EB41 38B3 6061 310F 5612 00F4 AD77"
git tag -v 1.2.1

The output should include the following two lines: ::

gpg: using RSA key 22245C81E3BAEB4138B36061310F561200F4AD77
gpg: Good signature from "SecureDrop Release Signing Key"

Please verify that each character of the fingerprint above matches what
on the screen of your workstation. If it does, you can check out the
new release: ::

git checkout 1.2.1

.. important:: If you do see the warning "refname '1.2.1' is ambiguous" in the
output, we recommend that you contact us immediately at securedrop@freedom.press
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Finally, run the following commands: ::

./securedrop-admin setup
./securedrop-admin tailsconfig

Upgrading Tails
---------------
If you have already upgraded your workstations to Tails 4, follow the graphical
prompts to update to the latest version.

.. important::

If you are still running Tails 3.x on any workstation, we urge you to update
to the Tails 4 series as soon as possible. Tails 3.x is no longer receiving
security updates, and is no longer supported by the SecureDrop team.
Please see our
:ref:`instructions for upgrading to Tails 4 <upgrade_to_tails_4>`.

Getting Support
---------------

Should you require further support with your SecureDrop installation, we are
happy to help!

.. include:: ../includes/getting-support.txt