Move Postgresql to mounted Drive
-
Is it possible to move postgres to an external xfs mount.
I just mounted a new drive to house large things, and postgres is the largest. I would like to move it's storage location onto that XFS mount. Is that possible?
Thanks.
@roofboard This should help: https://docs.cloudron.io/storage/#default-data-directory
The databases are part of
platformdata
and can be moved to an external disk using the docs above. -
@roofboard This should help: https://docs.cloudron.io/storage/#default-data-directory
The databases are part of
platformdata
and can be moved to an external disk using the docs above.