Re: Making Postgres server to save its data on network drive

2014-06-12 Thread Sytse Sijbrandij
I don't know, please be informed that the database is relatively small (1MB per user or so). On Thu, Jun 12, 2014 at 4:13 PM, Rajesh Radhakrishnan wrote: > Hi, > > I am running Omnibus-Gitlab 6.9.2 on a VM. It has limited disk space. > > I want to store both the GIT repositories and the additiona

Making Postgres server to save its data on network drive

2014-06-12 Thread Rajesh Radhakrishnan
Hi, I am running Omnibus-Gitlab 6.9.2 on a VM. It has limited disk space. I want to store both the GIT repositories and the additional project-related data, stored in the Postgres DB, on a network drive. I found the section on how to specify the GIT repo dir here: https://gitlab.com/gitlab-or