mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Add Wekan database cleanup script, Thanks to fmonthel !
This commit is contained in:
parent
81de7bceec
commit
eb7b15a12c
2 changed files with 11 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,19 +3,21 @@
|
|||
This release adds following new features:
|
||||
|
||||
* Make Due Date layout nicer on minicard;
|
||||
* Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
|
||||
* [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
|
||||
newest LibreOffice 3.5](https://github.com/wekan/wekan-postgresql)
|
||||
* [Wekan database cleanup script](https://github.com/fmonthel/wekan-cleanup) --
|
||||
[Feedback](https://github.com/wekan/wekan/issues/833).
|
||||
Link to cleanup script also added to README.md .
|
||||
|
||||
and fixes the following bugs:
|
||||
|
||||
* Dockerfile was missing EXPOSE $PORT;
|
||||
* Typos.
|
||||
|
||||
Thanks to GitHub users vuxor, whittssg2 and xet7 for their
|
||||
contributions.
|
||||
Thanks to GitHub users fmonthel, vuxor, whittssg2 and xet7
|
||||
for their contributions.
|
||||
|
||||
# v0.11.1-rc1 2017-02-10 Wekan prerelease
|
||||
|
||||
|
|
|
@ -81,6 +81,8 @@ Automatic generated newest builds are available for Docker, and some others that
|
|||
install directly from this repo. Automatic builds will be added later for more
|
||||
platforms.
|
||||
|
||||
[Wekan database cleanup script][wekan_cleanup] -- [Feedback][cleanup_issue]
|
||||
|
||||
### Docker: [Docker image][docker_image], [Docs at wiki][wekan_wiki]
|
||||
|
||||
Docker example, running latest Wekan using docker-compose:
|
||||
|
@ -193,3 +195,5 @@ with [Meteor](https://www.meteor.com).
|
|||
[dev_docs]: https://github.com/wekan/wekan/wiki/Developer-Documentation
|
||||
[donations]: http://www.xet7.org/wekan
|
||||
[wekan_postgresql]: https://github.com/wekan/wekan-postgresql
|
||||
[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
|
||||
[cleanup_issue]: https://github.com/wekan/wekan/issues/833
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue