Skip to content

Docker: Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only mirroring for reporting with SQL, and accessing with any programming language, reporting package and Office suite that can connect to PostgreSQL.

License

Notifications You must be signed in to change notification settings

nagyistge/wekan-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker: Wekan to PostgreSQL read-only mirroring

Screenshot

Screenshot of PostgreSQL with LibreOffice

Install

  1. Install docker-compose.

  2. Clone this repo.

git clone https://github.com/wekan/wekan-postgresql.git
cd wekan-postgresql
  1. PostgreSQL database name, username and password is wekan . Change in docker-compose.yml .

  2. Write:

docker-compose up
  1. Wekan is at http://localhost (port 80)

  2. PostgreSQL is at address postgresql://127.0.0.1:15432/wekan or other name database that you changed in step 3), and changed username: wekan, password: wekan too. Do not write to PostgreSQL, as it's readonly mirror. Write to MongoDB or make changes in Wekan.

  3. MongoDB is at 127.0.0.1:28017

  4. Wekan and databases bind to address 0.0.0.0 so could be also available to other computers in network. I have not tested this.

  5. Restore your MongoDB data.

Feedback

GitHub issue 787

About

Docker: Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only mirroring for reporting with SQL, and accessing with any programming language, reporting package and Office suite that can connect to PostgreSQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published