Updated Upgrading 1.0 to 1.1 (markdown)

master
Justin Richer 2014-01-14 09:44:53 -08:00
parent e0201399fa
commit 788604e936
1 changed files with 5 additions and 1 deletions

@ -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
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.