-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update guide for SecureDrop 1.7.1; bump docs version #142
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,7 +137,7 @@ signed with the release signing key: | |
|
||
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 1.7.0 | ||
git tag -v 1.7.1 | ||
|
||
The output should include the following two lines: | ||
|
||
|
@@ -158,9 +158,9 @@ screen of your workstation. If it does, you can check out the new release: | |
|
||
.. code:: sh | ||
|
||
git checkout 1.7.0 | ||
git checkout 1.7.1 | ||
|
||
.. important:: If you see the warning ``refname '1.7.0' is ambiguous`` in the | ||
.. important:: If you see the warning ``refname '1.7.1' is ambiguous`` in the | ||
output, we recommend that you contact us immediately at | ||
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
Upgrade from 1.7.0 to 1.7.1 | ||
=========================== | ||
|
||
SecureDrop 1.7.1 is a bugfix release to address an issue introduced in | ||
SecureDrop 1.7.0 which caused an outage for some long-running SecureDrop | ||
instances. Please see :doc:`1.6.0_to_1.7.0` for important information about | ||
SecureDrop 1.7.0. | ||
|
||
Automatic server upgrades | ||
------------------------- | ||
As with previous releases, your servers will be upgraded to the latest version | ||
of SecureDrop automatically within 24 hours of the release. | ||
|
||
Because this release resolves an ongoing outage for some instances, you may | ||
want to :ref:`apply it immediately <immediate_update>`. | ||
|
||
Updating Workstations to SecureDrop 1.7.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/welcome_screen/administration_password/>`_ | ||
on the Tails welcome screen in order to use the graphical updater. | ||
|
||
Perform the update to 1.7.1 by clicking "Update Now": | ||
|
||
.. image:: ../images/securedrop-updater.png | ||
|
||
Performing a manual update | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
If the graphical updater fails and you want to perform a manual update instead, | ||
first delete the graphical updater's temporary flag file, if it exists (the | ||
``.`` before ``securedrop`` is not a typo): :: | ||
|
||
rm ~/Persistent/.securedrop/securedrop_update.flag | ||
|
||
This will prevent the graphical updater from attempting to re-apply the failed | ||
update and has no bearing on future updates. You can now 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.7.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 is | ||
on the screen of your workstation. If it does, you can check out the | ||
new release: :: | ||
|
||
git checkout 1.7.1 | ||
|
||
.. important:: If you do see the warning "refname '1.7.1' is ambiguous" in the | ||
output, we recommend that you contact us immediately at [email protected] | ||
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
||
Finally, run the following commands: :: | ||
|
||
./securedrop-admin setup | ||
./securedrop-admin tailsconfig | ||
|
||
Getting Support | ||
--------------- | ||
|
||
Should you require further support with your SecureDrop installation, we are | ||
happy to help! | ||
|
||
.. include:: ../includes/getting-support.txt |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a side note, these switches are undocumented (not in man page, help output, or README). Since we're deprecating cron-apt, not fleshing this out any further, but just in case of any support questions about it:
-i
: Run immediately-s
: Print to stdout