From 788604e93680825c68779543b59eeb74fd3b2a11 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 14 Jan 2014 09:44:53 -0800 Subject: [PATCH] Updated Upgrading 1.0 to 1.1 (markdown) --- Upgrading-1.0-to-1.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Upgrading-1.0-to-1.1.md b/Upgrading-1.0-to-1.1.md index 69de714..c683142 100644 --- a/Upgrading-1.0-to-1.1.md +++ b/Upgrading-1.0-to-1.1.md @@ -13,4 +13,8 @@ If you are running the server with a persistent database store, you will need to 1. Shut down the version 1.0 server 1. Connect to the MySQL or HSQL database as a user with appropriate rights 1. Run the appropriate upgrade script -1. Deploy the version 1.1 server \ No newline at end of file +1. Deploy the version 1.1 server + +## Existing data + +Existing authorizations are incompatible between 1.0 and 1.1. All active access tokens must be revoked (or translated using some form of external process) during the upgrade process. Note that this includes any Registration Access Tokens used for dynamically registered clients. Otherwise, all authorization grants, clients, whitelists, blacklists, and scopes may remain in place following the instructions above. \ No newline at end of file