<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Are those 15 people in the same office/same location or distributed? If the latter, at how many places are they distributed?</p>
<p>In my experience, using Postgis sources over the internet (not in the LAN) is way too slow. It will only upset your users. In such a scenario you would have to set up replication.</p>
<p>Another aspect: avoid editing the same features simultaneously by different users. Only the last save will stay. QGIS starts an edit session and will only save at the end of the sesssion, when you actually save the features. In such a scenario you should assign certain geographic areas to different users (e.g. user A edits features in municipality x, and user b in municipality y, but not x).</p>
<p>Otherwise you will have to deal with handling conflicts. That would require more complicated table setups with versioning and conflict detection.</p>
<p>Andreas</p>
<p id="reply-intro">On 2019-11-20 11:32, Hernán De Angelis wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="white-space: nowrap;">I am evaluating setting up a server running PostgreSQL/PostGIS for use</span>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><span style="white-space: nowrap;">as data sharing/collaborating environment for spatial data. The user</span><br /><span style="white-space: nowrap;">group may consist of up to 15 people, mostly using QGIS but one or two</span><br /><span style="white-space: nowrap;">may use other software (non OS). Data is almost exclusively of vector</span><br /><span style="white-space: nowrap;">type. The use is within a single organization.</span><br /><br /><span style="white-space: nowrap;">I understand some people in this list have experience with this kind of</span><br /><span style="white-space: nowrap;">environment and would appreciate if any of you would share any useful</span><br /><span style="white-space: nowrap;">experience, challenges, thought or things to watch out for. I understand</span><br /><span style="white-space: nowrap;">basic management routines are critical (user management, user rights),</span><br /><span style="white-space: nowrap;">as well as a sound backup and update strategy. I also understand that</span><br /><span style="white-space: nowrap;">proper data management procedures have to be in place, like rules for</span><br /><span style="white-space: nowrap;">table creation and eventual deletion, attribute selection, etc. But what</span><br /><span style="white-space: nowrap;">else can go wrong with this kind of setup if not managed properly?</span><br /><span style="white-space: nowrap;">Thoughts and experiences welcome!</span></blockquote>
<span style="white-space: nowrap;">in our experience the solution is pretty straightforward. The only other</span><br /><span style="white-space: nowrap;">challenge I'd add is having good bandwidth, otherwise using PostGIS data</span><br /><span style="white-space: nowrap;">can be sluggish.</span><br /><span style="white-space: nowrap;">All the best.</span></blockquote>
<br /><span style="white-space: nowrap;">Excellent point, Paolo! I had not thought about it. Thank you!</span><br /><br /><span style="white-space: nowrap;">All the best</span><br /><br />_______________________________________________<br /><span style="white-space: nowrap;">Qgis-user mailing list</span><br /><span style="white-space: nowrap;"><a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a></span><br /><span style="white-space: nowrap;">List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></span><br /><span style="white-space: nowrap;">Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></span></div>
</blockquote>
<p><br /></p>

</body></html>