summary refs log tree commit diff
path: root/UPGRADE.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting of changelog and upgrade notes v1.18.0 release-v1.18.0Olivier Wilkinson (reivilibre)2020-07-301-0/+1
| | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Add deprecation warningsOlivier Wilkinson (reivilibre)2020-07-301-0/+17
| | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Replace device_27_unique_idx bg update with a fg one (#7562)Richard van der Hoff2020-05-261-3/+9
| | | | | | The bg update never managed to complete, because it kept being interrupted by transactions which want to take a lock. Just doing it in the foreground isn't that bad, and is a good deal simpler.
* Don't UPGRADE database rows v1.13.0rc1Andrew Morgan2020-05-111-1/+1
|
* RST indentingAndrew Morgan2020-05-111-2/+2
|
* Put rollback instructions in upgrade notesAndrew Morgan2020-05-111-0/+19
|
* Oh yeah, RSTAndrew Morgan2020-05-111-2/+1
|
* Absolute URL it is thenAndrew Morgan2020-05-111-1/+2
|
* Fix upgrade notes linkAndrew Morgan2020-05-111-1/+1
|
* Provide summary of upgrade issues in changelog. Fix )Andrew Morgan2020-05-111-7/+15
|
* Move next version notes from changelog to upgrade notesAndrew Morgan2020-05-111-0/+10
|
* Wait for current_state_events_membership before populate_stats_process_rooms ↵Richard van der Hoff2020-05-011-0/+31
| | | | | | | (#7387) populate_stats_process_rooms was added in #5971 / v1.4.0; current_state_events_membership was added in #5706 / v1.3.0. Fixes #7380.
* Add some warnings and notes about slow upgrade (#7275)Richard van der Hoff2020-04-151-0/+65
| | | | | Fixes #7144.
* Fix link in upgrade.rstErik Johnston2020-01-311-1/+1
|
* 1.10.0rc1Erik Johnston2020-01-311-2/+2
|
* Warn if postgres database has non-C locale. (#6734)Erik Johnston2020-01-281-0/+9
| | | As using non-C locale can cause issues on upgrading OS.
* Add note about log_file no longer be accepted (#6674) release-v1.8.0Erik Johnston2020-01-091-0/+9
|
* privacy by default for room dir (#6355)Neil Johnson2019-12-041-0/+17
| | | | Ensure that the the default settings for the room directory are that the it is hidden from public view by default.
* update ugrade notesRichard van der Hoff2019-10-291-1/+11
|
* Update UPGRADE.rstRichard van der Hoff2019-10-291-1/+1
| | | another typo
* Update UPGRADE.rstRichard van der Hoff2019-10-291-1/+1
| | | fix typo
* Clarify upgrade notes ahead of 1.4.0 releaseNeil Johnson2019-09-261-42/+151
|
* Update the upgrade notes (#6050)Richard van der Hoff2019-09-191-27/+53
| | | | | | | | | | * make it clear that if you installed from a package manager, you should use that to upgrade * Document the new way of getting the server version (cf #4878) * Write some words about downgrading.
* Add some notes on rolling back to v1.3.1. (#6049)Richard van der Hoff2019-09-191-0/+25
|
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-1/+1
| | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
* Allow Synapse to send registration emails + choose Synapse or an external ↵Andrew Morgan2019-09-061-0/+63
| | | | | | | | | | | | | | | | server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged.
* Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-0/+7
|
* prepare v1.1.0rc1Richard van der Hoff2019-07-021-4/+4
|
* Remove Postgres 9.4 support (#5448)Amber Brown2019-06-181-2/+29
|
* Neilj/1.0 upgrade notes (#5371)Neil Johnson2019-06-061-0/+49
| | | | 1.0 upgrade/install notes
* UPGRADE.rst: Fix a typo in "Upgrading Synapse" sectionJuuso "Linda" Lapinlampi2019-02-151-1/+1
| | | | See: https://en.wiktionary.org/wiki/successful
* faq cleanupsRichard van der Hoff2019-02-051-1/+1
|
* fix some thinkos in UPGRADE.rstRichard van der Hoff2019-02-051-6/+7
|
* Merge pull request #4570 from matrix-org/anoa/self_signed_upgradeAndrew Morgan2019-02-051-28/+4
|\ | | | | Add ACME docs and link to it from README and INSTALL
| * Update INSTALLAndrew Morgan2019-02-051-4/+4
| |
| * Convert ACME docs to mdAndrew Morgan2019-02-051-1/+1
| |
| * Move ACME docs to docs/ACME.rst and link from UPGRADE.Andrew Morgan2019-02-051-29/+4
| |
| * Don't imply self-signed certs are requiredAndrew Morgan2019-02-051-16/+17
| |
* | Neilj/1711faq (#4572)Neil Johnson2019-02-051-0/+2
|/ | | | | MSC1711 certificates FAQ
* ACME Upgrade Docs (#4528)Amber Brown2019-01-301-0/+32
|
* Remove --process-dependency-links from UPGRADE.rst (#4485)Aaron Raimist2019-01-281-1/+1
| | | | | | | | | | * Remove --process-dependency-links from UPGRADE.rst Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
* document supported python 3 versionsRichard van der Hoff2018-12-201-2/+3
|
* fix UPGRADE formattingRichard van der Hoff2018-12-201-6/+6
|
* Prepare 0.34 releaseRichard van der Hoff2018-12-201-1/+8
|
* Stop installing Matrix Console by defaultRichard van der Hoff2018-12-111-0/+4
| | | | This is based on the work done by @krombel in #2601.
* Notes on upgrading to python3, and README updates.Richard van der Hoff2018-12-041-4/+63
|
* Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵Aaron Raimist2018-12-041-0/+9
| | | | | | | | | | | | servers (#4224) * Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Remove notes on fallback for email_templatesRichard van der Hoff2018-10-191-4/+0
| | | | This fallback didn't work, and was removed in #4069.
* Add warnings about the upgrade to 0.33.7 release-v0.33.7Richard van der Hoff2018-10-181-0/+17
|
* Update instructions to point to pip install (#3985)Amber Brown2018-10-021-3/+3
|
* Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics"Richard van der Hoff2018-04-091-8/+1
| | | | | | | We aren't ready to release this yet, so I'm reverting it for now. This reverts commit d1679a4ed7947b0814e0f2af9b888a16c588f1a1, reversing changes made to e089100c6231541c446e37e157dec8feed02d283.
* Remove redundant metrics which were deprecated in 0.27.0.Richard van der Hoff2018-04-041-1/+8
|
* Include coarse CPU and Memory use in stats callbacks.Michael Kaye2018-03-271-0/+12
| | | | | This requires the psutil module, and is still opt-in based on the report_stats config option.
* Tweaks to the upgrade instructionsRichard van der Hoff2017-08-231-33/+42
|
* Correct a typo in UPGRADE.rstAaron Raimist2017-05-171-1/+1
|
* Documantation to chek synapse versionhamber-dick2017-05-101-0/+9
| | | | | | I've added some Documentation, how to get the running Version of a Synapse homeserver. This should help the HS-Owners to check whether the Upgrade was successful.
* missing --upgradeMatthew Hodgson2016-08-011-1/+1
|
* Add more docMatthew Hodgson2016-04-081-1/+1
|
* Add docMatthew Hodgson2016-04-081-0/+8
|
* Mention report_stats in upgrade.rstErik Johnston2015-11-201-0/+13
|
* Tweak the wording a bitMark Haines2015-08-201-4/+4
|
* Add generic update instructions to UPGRADE.rst and add link to them from the ↵Mark Haines2015-08-201-0/+33
| | | | README.rst
* UPGRADES: s/v0.x.x/v0.9.0Erik Johnston2015-05-081-1/+1
|
* Add info on breaking AS API changesKegsay2015-04-221-0/+34
|
* Update UPGRADES.rstErik Johnston2015-03-061-5/+2
|
* Fix upgrade instructionsDavid Baker2015-03-021-2/+2
|
* Wording tweaksKegan Dougal2015-03-021-4/+3
|
* Run deltas and bump user_version in upgrade scriptKegan Dougal2015-03-021-0/+5
|
* Update CHANGES and UPGRADEKegan Dougal2015-02-241-0/+14
|
* Fix rstErik Johnston2015-02-121-4/+4
|
* Update UPGRADES to mention updated dependenciesErik Johnston2015-02-121-0/+14
|
* Move scripts into scriptsMark Haines2015-01-221-2/+2
|
* Mention that we should pull in new deps before running upgrade scriptErik Johnston2014-12-161-0/+4
|
* Bump UPGRADES and CHANGESErik Johnston2014-12-161-0/+16
|
* pip uninstall sywebMatthew Hodgson2014-11-241-0/+9
|
* typoeMatthew Hodgson2014-11-191-1/+1
|
* Add note about rerunning setup.py developErik Johnston2014-11-191-0/+6
|
* Bump version, changelog and upgrade.rstErik Johnston2014-11-191-0/+30
|
* I can't type apparentlyErik Johnston2014-10-171-1/+1
|
* Update changelong and upgradeErik Johnston2014-10-171-0/+13
|
* Update version in UPGRADEErik Johnston2014-09-181-1/+1
|
* add note to upgrade.rst about web client spec breaking change.David Baker2014-09-171-0/+8
|
* Updated CHANGES and UPGRADE to reflect registration API changes.Kegan Dougal2014-09-151-0/+23
|
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if ↵Paul "LeoNerd" Evans2014-09-031-5/+0
| | | | it's too old
* Un block quote listErik Johnston2014-09-021-3/+3
|
* Try and remove annoying italics in github rst viewerErik Johnston2014-09-021-1/+2
|
* Remove an annoying 'the'Erik Johnston2014-09-021-1/+1
|
* Don't so heavily suggest you need to edit the default config. List the ↵Erik Johnston2014-09-021-3/+7
| | | | changed parameters.
* Fix spellingErik Johnston2014-09-021-1/+1
|
* Bump version and changelogErik Johnston2014-09-021-0/+26
|
* Rename files to .rst for consistency.Erik Johnston2014-08-221-0/+24