diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-02-13 18:17:03 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-02-13 18:17:03 +0200 |
commit | b62e6483790f666f0e42250a8cbb8230f66f0e56 (patch) | |
tree | 853de089a095a77ddf73ba5d0b3b8f286afd833d | |
parent | 2b606499b8b913e17255ac1cfecc5b78b87f3c04 (diff) | |
download | wekan-b62e6483790f666f0e42250a8cbb8230f66f0e56.tar.gz wekan-b62e6483790f666f0e42250a8cbb8230f66f0e56.tar.bz2 wekan-b62e6483790f666f0e42250a8cbb8230f66f0e56.zip |
Add: PostgreSQL read-only mirroring using dockerhub images.
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | README.md | 7 |
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 @@ -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 |