<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 6 mai 2020 à 12:00, Stefan Keller <<a href="mailto:sfkeller@gmail.com">sfkeller@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Jésahel  wrote<br>
> I've created a script to deactivate wal on samba shares, because samba is the main issue.<br>
> It contains this only line : QSettings().setValue("/qgis/walForSqlite3", False)<br>
<br>
That's interesting. Are you sure it's Samba?<br>
SQLite FAQ [2] confirms that NFS has problems.<br>
Did not find issues on Samba, but file locking with fcntl is mentioned here [3].</blockquote><div><br></div><div>No, I was speaking specifically of my concern on samba shares, based on a lot (a lot !) of reading/testing like</div><div><a href="https://trac.osgeo.org/gdal/wiki/UserDocs/SQLite">https://trac.osgeo.org/gdal/wiki/UserDocs/SQLite</a>  <br></div><div><a href="https://www.sqlite.org/wal.html">https://www.sqlite.org/wal.html</a><br></div><div><a href="https://gis.stackexchange.com/questions/224188/geopackage-error-is-mounted-and-in-wal-mode-this-combination-is-not-allowed">https://gis.stackexchange.com/questions/224188/geopackage-error-is-mounted-and-in-wal-mode-this-combination-is-not-allowed</a>  <br></div><div><br></div><div>I confirm multi-users reading is possible. </div><div><br></div><div>If you have problems with WAL files (corrupted or unusable gpkg), you can open the gpkg file with spatialite or another program and enter these SQL queries :</div><div>

PRAGMA integrity_check;  </div><div>PRAGMA journal_mode = DELETE;<br></div><div><br></div></div></div>