Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Add disk space considerations to Postgres porting instructions #6545

@schildbach

Description

@schildbach

I think on the SQLite→Postgres porting instructions some considerations about disk space usage should be added.

My homeserver.db was 1.6G and is now almost double in size after migrating to postgres:

# du -sh /var/lib/postgresql/
3.1G    /var/lib/postgresql/

This means that for following the instructions step-by-step you need <size of homeserver.db> * 4 space on your harddrive:

  • homeserver.db
  • homeserver.db.snapshot
  • /var/lib/postgresql/

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Docsthings relating to the documentationz-p2(Deprecated Label)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions