* Updated the migrating.md document
Included new guidance to update the mastodon database user password, instructions to copy over the Redis database, added new flag to improve pg_restore performance, a suggestion to copy the SSL certificates over, and added the commands needed to complete the migration along with an optional command for Elasticsearch.
* Update content/en/admin/migrating.md
* Update migrating.md
Fixed wording and order of starting services.
* Updated the migration guide for Redis and services
Added more details for migrating the Redis database and where/when to stop the services.
Co-authored-by: Michael Stanclift <mx@vmstan.com>
This rewrite documents all supported environment variables for the S3
object storage system, and in addition documents the way that Mastodon
constructs URLs that it hands to clients (for them to obtain objects
from the storage provider).
The documentation of the variables lives entirely in the object-storage page
now, instead of being mixed between that page and the main config page. A link
to the object-storage page has been added to the config page.
Had some feedback that the directions to obtain the site key and secret key were not as clear as they could be, this breaks them into two items with a direction of where to find the secret key.
* Typos and language improvements.
* Table -> defn list per suggestion.
* clarify priority of queues
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
Co-authored-by: Michael Stanclift <mx@vmstan.com>
* Update admin install instructions for node 18 (min version for 4.2.1)
* Remove apt-get from node instructions and actually install it in the apt command below
* Remove remaining sudo and put key in same location as postregsql key
* Update content/en/admin/install.md
Co-authored-by: tibequadorian <9560587+tibequadorian@users.noreply.github.com>
---------
Co-authored-by: tibequadorian <9560587+tibequadorian@users.noreply.github.com>
Without `filter = sshd` and after restarting the service I see this error in Fail2Ban's logs (`/var/log/fail2ban.log`):
```
2022-11-03 11:24:36,225 fail2ban.transmitter [1283507]: ERROR Jail 'sshd-ddos' skipped, because of wrong configuration: Unable to read the filter 'sshd-ddos'
```
I added the statement as per [this article](https://serverfault.com/a/1050315) and it worked.
Assuming that this documentation is run inside the /live (Mastodon home directory), the current link is broken.
The proposed change fixes this error and thus refers to the tootctl inside the bin directory
* Improve scaling documentation for Streaming
This reorganizes the documentation a little bit, adds information about the templates systemd files, and some reference numbers for concurrent streaming connections.
* Update content/en/admin/scaling.md
* Add section on Streaming Server metrics to Scaling.md
* Improve the documentation about the parameters of the email sent by mastodon smtp client.
---------
Co-authored-by: lhp22 <louishp@protonmail.com>
Co-authored-by: Andy Piper <andypiper@users.noreply.github.com>