summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-13 18:17:03 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-13 18:17:03 +0200
commitb62e6483790f666f0e42250a8cbb8230f66f0e56 (patch)
tree853de089a095a77ddf73ba5d0b3b8f286afd833d
parent2b606499b8b913e17255ac1cfecc5b78b87f3c04 (diff)
downloadwekan-b62e6483790f666f0e42250a8cbb8230f66f0e56.tar.gz
wekan-b62e6483790f666f0e42250a8cbb8230f66f0e56.tar.bz2
wekan-b62e6483790f666f0e42250a8cbb8230f66f0e56.zip
Add: PostgreSQL read-only mirroring using dockerhub images.
-rw-r--r--CHANGELOG.md10
-rw-r--r--README.md7
2 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0413046e..0b939c4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,14 @@
This release adds following new features:
* Make Due Date layout nicer on minicard.
-
-Thanks to GitHub user whittssg2 for his contributions.
+* Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
+ mirroring for SQL access with any programming language
+ or Office package that has PostgreSQL support, like
+ newest LibreOffice 3.5:
+ https://github.com/wekan/wekan-postgresql
+
+Thanks to GitHub users whittssg2 and xet7 for their
+contributions.
# v0.11.1-rc1 2017-02-10 Wekan prerelease
diff --git a/README.md b/README.md
index 47dd8576..90dbe32e 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,12 @@ Docker example, running latest Wekan using docker-compose:
sudo docker-compose pull && sudo docker-compose up -d --no-build
```
+#### PostgreSQL read-only mirroring using dockerhub images
+
+[Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only mirroring for SQL access
+with any programming language or Office package that has PostgreSQL support, like
+newest LibreOffice 3.5][wekan_postgresql].
+
#### Running from locally built dockerhub images
```
sudo docker-compose up -d --build
@@ -186,3 +192,4 @@ with [Meteor](https://www.meteor.com).
[autoinstall_issue]: https://github.com/anselal/wekan/issues/18
[dev_docs]: https://github.com/wekan/wekan/wiki/Developer-Documentation
[donations]: http://www.xet7.org/wekan
+[wekan_postgresql]: https://github.com/wekan/wekan-postgresql