From 7e5678abd511e68cd137cbdfe109ca6d56bcda93 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 15 Aug 2014 12:31:36 -0700 Subject: [PATCH] /admin/docker --> /admin/upgrade --- config/locales/server.en.yml | 4 ++-- docs/ADMIN-QUICK-START-GUIDE.md | 2 +- docs/INSTALL-digital-ocean.md | 2 +- docs/MIGRATION.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 9e12eff8b..91932a880 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1187,7 +1187,7 @@ en: - See what's new in the [GitHub changelog](https://github.com/discourse/discourse/commits/master). - - Upgrade by visiting [%{base_url}/admin/docker](%{base_url}/admin/docker) and pressing the "Upgrade" button. + - Upgrade by visiting [%{base_url}/admin/upgrade](%{base_url}/admin/upgrade) and pressing the "Upgrade" button. - Visit [meta.discourse.org](http://meta.discourse.org) for news, discussion, and support for Discourse. @@ -1203,7 +1203,7 @@ en: - See what's new in the [GitHub changelog](https://github.com/discourse/discourse/commits/master). - - Upgrade by visiting [%{base_url}/admin/docker](%{base_url}/admin/docker), and pressing the "Upgrade" button. + - Upgrade by visiting [%{base_url}/admin/upgrade](%{base_url}/admin/upgrade), and pressing the "Upgrade" button. - Visit [meta.discourse.org](http://meta.discourse.org) for news, discussion, and support for Discourse. diff --git a/docs/ADMIN-QUICK-START-GUIDE.md b/docs/ADMIN-QUICK-START-GUIDE.md index 366350f94..2029680d8 100644 --- a/docs/ADMIN-QUICK-START-GUIDE.md +++ b/docs/ADMIN-QUICK-START-GUIDE.md @@ -196,7 +196,7 @@ See more advice at: http://blog.discourse.org/2014/08/building-a-discourse-commu - Hopefully you are running [in our Docker container install](https://github.com/discourse/discourse/blob/master/docs/INSTALL.md); it's the only one we officially support. It guarantees easy updates, and all recommended optimizations from the Discourse team. -- You should get an email notification when new versions of Discourse are released. To upgrade your instance, visit [/admin/docker](/admin/docker) -- upgrade button will appear. Press it! +- You should get an email notification when new versions of Discourse are released. To upgrade your instance, visit [/admin/upgrade](/admin/upgrade) -- upgrade button will appear. Press it! - Some other things you might eventually want to set up: - [Automatic daily backups](https://meta.discourse.org/t/configure-automatic-backups-for-discourse/14855) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index ba2e3ac5c..df69a3c08 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -122,7 +122,7 @@ You should see Staff topics and the [Admin Quick Start Guide](https://github.com # Post-Install Maintenance -To **upgrade Discourse to the latest version**, visit `/admin/docker` and follow the instructions. +To **upgrade Discourse to the latest version**, visit `/admin/upgrade` and follow the instructions. The `launcher` command in the `/var/discourse` folder can be used for various kinds of maintenance: diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index e76a22c09..768104828 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -12,7 +12,7 @@ Only admins can perform backups, so sign in as an account with admin access on y Both the new and old Discourses **MUST BE ON THE EXACT SAME VERSION** to ensure proper backup/export. So the first thing we'll do is update our existing Discourse instance on Linode to the absolute latest version. -Visit `/admin/docker` to upgrade. +Visit `/admin/upgrade` to upgrade. (If you are running the [deprecated Ubuntu install][dep_ubuntu] you may need to follow [these update instructions][ubuntu_update].)