Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

Wekan watercooler

The Wekan watercooler

Welcome to the Wekan watercooler, a space for general chat with everyone in the community. Jump in to the conversation below or introduce yourself!

Load previous messages

October 22, 2020 at 1:25pm

Or, set some subdomain pointing to your Wekan server IP address

    • reply
    • like

    For some website to be visible at Internet, usually it needs ports 80 and 443 open to Internet

      • reply
      • like

      Also, if you have subdomain that points to your private IP address like 192.168.0.100 , it does work inside your local network for all devices, but not at Internet, because private LAN IP addresses are not routed to Internet

        • reply
        • like

        BTW, for programmers: There is currently in progress Meteor.js Impact free online conference https://impact.meteor.com , some talks are now in progress, and all of the conference talks are recorded

          • reply
          • like

          There are talks about scaling Meteor, PWAs, etc etc

            • reply
            • like

            October 22, 2020 at 2:40pm

            Thanks again for the pointers.

              • reply
              • like

              November 18, 2020 at 3:07pm

              Hello, How can I transfer my Wekan docker-db? I transer "volumes:

              - ./wekan-db:/data/db" but if I start docker-compose it's didn't start (eternal restarting docker-db)
                • reply
                • like

                how can I migrate Wekan-db if I have only "./wekan-db:/data/db" from my other server

                  • reply
                  • like

                  November 18, 2020 at 7:53pm

                  You copy raw MongoDB files to same version of MongoDB database server raw file directory, start MongoDB, do mongodump, restore to Wekan Snap or Wekan Docker

                    • reply
                    • like

                    November 18, 2020 at 10:52pm

                    thanks for reply, I have broken docker container with wekan I can't start any docker services on my old VM so can I just transfer my wekan-db directory? because I can't start wekan-db docker and do backup. Have you any advise?

                      • reply
                      • like

                      Yes, you just copy your wekan-db directory with those raw mongodb database files to another computer where you have working mongodb of same version

                        • reply
                        • like

                        you replace those mongodb files on when mongodb is not running

                          • reply
                          • like

                          and then start mongodb

                            • reply
                            • like

                            and then try mongodump

                              • reply
                              • like

                              November 19, 2020 at 9:44am

                              and then start mongodb

                                can't start wekan-mongo-db container if I replace all mongodb files

                                  • reply
                                  • like

                                  if I replaced mongodb files it trigered to infinoty restarting wekan db container

                                    • reply
                                    • like

                                    but if I delete / clear back mongo-db directory it's works fine again

                                      • reply
                                      • like

                                      November 19, 2020 at 1:44pm

                                      Does it give any errors? docker logs wekan-db

                                        • reply
                                        • like

                                        November 19, 2020 at 3:54pm

                                        Does it give any errors? docker logs wekan-db

                                          sent you a huge log in private message, check please

                                            • reply
                                            • like

                                            November 19, 2020 at 5:49pm

                                            It seems there is checksum errors, so most likely that data is corrupted

                                              • reply
                                              • like

                                              I would recommend restoring from your previous backup. If you really need some data from those files, you could look at them with hex editor, or linux command "strings somefilename"

                                                • reply
                                                • like

                                                November 19, 2020 at 6:54pm

                                                I would recommend restoring from your previous backup. If you really need some data from those files, you could look at them with hex editor, or linux command "strings somefilename"

                                                  can't open wekan mongo-db container it's always restarting / droped

                                                    • reply
                                                    • like

                                                    November 20, 2020 at 8:19am

                                                    fixed broken mongodb by delete mondog.lock and all diagnostic.data than start mongo with repair flag "mongod --repair" Thanks

                                                      • reply
                                                      • like

                                                      November 20, 2020 at 6:43pm

                                                      @dmitrii Oh nice that repair did work. Please check that you did not lose some part of data when repairing.

                                                        • reply
                                                        • like