[med-svn] r19610 - trunk/packages/orthanc-postgresql/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Jul 14 07:48:45 UTC 2015
Author: tille
Date: 2015-07-14 07:48:44 +0000 (Tue, 14 Jul 2015)
New Revision: 19610
Modified:
trunk/packages/orthanc-postgresql/trunk/debian/README.Debian
trunk/packages/orthanc-postgresql/trunk/debian/changelog
Log:
More enhancements from Karsten Hilbert
Modified: trunk/packages/orthanc-postgresql/trunk/debian/README.Debian
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/README.Debian 2015-07-14 05:51:36 UTC (rev 19609)
+++ trunk/packages/orthanc-postgresql/trunk/debian/README.Debian 2015-07-14 07:48:44 UTC (rev 19610)
@@ -48,7 +48,7 @@
Reload PostgreSQL configuration
- $> systemctl reload postgresql.service
+ $> sudo systemctl reload postgresql.service
(3) Edit the configuration file "/etc/orthanc/postgresql.json"
@@ -67,8 +67,8 @@
(4) Restart the Orthanc service and check the logs:
$> sudo apt-get install postgresql
- $> less /var/log/orthanc/Orthanc.WARNING
- $> less /var/log/postgresql/postgresl-VERSION-main.log
+ $> sudo less /var/log/orthanc/Orthanc.WARNING
+ $> sudo less /var/log/postgresql/postgresl-VERSION-main.log
Further notes
@@ -89,11 +89,15 @@
If you intend to set "StoreMD5ForAttachments" to "true" in orthanc.json
you should strongly consider making sure the PostgreSQL cluster is set to
-provide on-disk data page checksumming. Check with the following SQL query:
+provide on-disk data page checksumming instead. Check with the following
+SQL query:
psql> select * from pg_settings where name = 'data_checksums';
+There is no need to make Orthanc calculate MD5 sums when PostgreSQL is
+already doing it for on-disk storage.
+
Data compression
Also, strongly consider to NOT set "StorageCompression" to "true" when
Modified: trunk/packages/orthanc-postgresql/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/changelog 2015-07-14 05:51:36 UTC (rev 19609)
+++ trunk/packages/orthanc-postgresql/trunk/debian/changelog 2015-07-14 07:48:44 UTC (rev 19610)
@@ -1,3 +1,10 @@
+orthanc-postgresql (1.1-2) UNRELEASED; urgency=medium
+
+ [ Karsten Hilbert ]
+ * Enhancements for README.Debian
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Tue, 14 Jul 2015 09:47:58 +0200
+
orthanc-postgresql (1.1-1) unstable; urgency=medium
* New upstream version.
More information about the debian-med-commit
mailing list