- The database (PostgreSQL) will store the users and posts of the server, as well as information about other servers, their users and posts too
- The media storage (often S3-compatible object storage) stores user-uploaded attachments like images or videos, user profile photos (avatars) and profile header images
- The server stores the state of background tasks in queues (Redis)

Reducing storage space
Server admins can reduce the usage of their object storage by removing local caches of media attachments, avatars or profile headers. They’ll be re-cached if they are needed again, such as when one of the server’s users interacts with that remote user. Steps to clean up the cache data are in the official Mastodon documentation; useful operations to include are:If you’re using a mastodon.site managed server, we automatically run these clean up operations for you each night.