summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin A. Shelton2016-06-06 00:07:07 -0600
committerBenjamin A. Shelton2016-06-06 00:07:07 -0600
commita7072a476e88b61bddcb27e3e7538261279a3473 (patch)
tree5f1b81bf0b025fdd8a4d60a3a21fa69f4cca99b5
parentf700a1a617bc635734807c6d1d8d418ec5dcc06b (diff)
downloadaur-a7072a476e88b61bddcb27e3e7538261279a3473.tar.gz
Updated upgrade information.
-rw-r--r--sentry.install29
1 files changed, 27 insertions, 2 deletions
diff --git a/sentry.install b/sentry.install
index bcc018ab7982..57335bd57532 100644
--- a/sentry.install
+++ b/sentry.install
@@ -36,7 +36,7 @@ step.
4) Start Sentry:
- sudo systemctl start sentry sentry-celery
+ sudo systemctl start sentry
If you wish to run Sentry manually, e.g. to test your configuration:
@@ -82,7 +82,7 @@ UPGRADE STEPS
1) Stop Sentry and its related services (and reload systemd)
- sudo systemctl stop sentry sentry-celery
+ sudo systemctl stop sentry
sudo systemctl daemon-reload
2) If you're upgrading from a Sentry version < 8.0, you'll need to update the
@@ -175,6 +175,31 @@ project page:
https://aur.archlinux.org/packages/sentry/
https://github.com/zancarius/archlinux-pkgbuilds
+SENTRY 8.5.0 UPGRADE
+
+Sentry's run command has introduced new controls and finished the deprecation of
+the old celery worker, replacing it with "sentry run worker" and
+"sentry run cron". Although this has lead to the further proliferation of
+systemd units, control has been coalesced into a single unit file. As of this
+upgrade, you should simply need to run:
+
+ sudo systemctl daemon-reload
+ sudo systemctl start sentry
+
+or to start Sentry at boot:
+
+ sudo systemctl enable sentry
+
+If you're upgrading from Sentry versions earlier than 8.5.0, you'll need to
+run:
+
+ sudo systemctl stop sentry sentry-celery
+
+first and continue with the upgrade process as instructed (starting with step
+#2). Do not issue "systemctl daemon-reload" until after Sentry's services have
+stopped. If you have a habit of stopping Sentry before upgrading, there is
+nothing more you need to do.
+
EOF
}