Skip to content
Snippets Groups Projects
Commit 1a801756 authored by Lyle Kozloff's avatar Lyle Kozloff
Browse files

resolves formatting and style issues

parent 45a96e1b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,17 +50,17 @@ For more details on another person's experience with EFS, see
[Amazon's Elastic File System: Burst Credits](https://rawkode.com/2017/04/16/amazons-elastic-file-system-burst-credits/)
 
## PostgreSQL across NFS
GitLab, additionally, strongly recommends against running your PostgreSQL database
across NFS. Our support team will not be able to assist on performance issues related to
GitLab strongly recommends against running your PostgreSQL database
across NFS. The GitLab support team will not be able to assist on performance issues related to
this configuration.
 
Additionally, this configuration is specifically warned against in the
[Postgres Documentation](https://www.postgresql.org/docs/current/static/creating-cluster.html#CREATING-CLUSTER-NFS)
> PostgreSQL does nothing special for NFS file systems, meaning it assumes NFS behaves exactly like
locally-connected drives. If the client or server NFS implementation does not provide standard file
system semantics, this can cause reliability problems. Specifically, delayed (asynchronous) writes
to the NFS server can cause data corruption problems.
[Postgres Documentation](https://www.postgresql.org/docs/current/static/creating-cluster.html#CREATING-CLUSTER-NFS):
>PostgreSQL does nothing special for NFS file systems, meaning it assumes NFS behaves exactly like
>locally-connected drives. If the client or server NFS implementation does not provide standard file
>system semantics, this can cause reliability problems. Specifically, delayed (asynchronous) writes
>to the NFS server can cause data corruption problems.
 
 
## NFS Client mount options
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment