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 / Bugs

Update recently? deleting

Update recently? deleting

Wekan / Bugs · February 28, 2020 at 4:04pm (Edited 5 years ago)

was there an update last evening or the day before?

deleting archived cards do not stay deleted. Refreshing screen and they return in the list of archived things to delete

HOW do you clear out all cards from the system not using the GUI? Its suddenly happening on all three systems with no code changes.

Can we roll back to the last version. THis is broken

other issues: when updating with new cards from the api looking at the contents of the new cards put the GUI into some sort of wait mode. Until you refresh the screen several times you get this behavior that indicates its not connecting to Mongo or something

In fact the deleting the archived boards works and on screen refresh they are still there seems like its never deleting from Mongo at all

Another hint: in addition to the GUI thinking the archived card is deleted and when you refresh its not, the webhooks are not being sent out when the delete happens. So it seems that the GUI is disconnected from the mongo and webhook piece entirely.

Question: in addition to rolling back the code, using snap installed wekan, what is the correct way to get into mongo shell under snap wekan? I can at least see what is in the database then and perhaps clear it out

LMK

more hints, I can't delete archived cards but I can restore them. When I do I cannot disable or remove webhooks associated

HOw do I get into wekan under snap mongo to clear these out?

Load previous messages

February 28, 2020 at 8:58pm

but all I get is mongo not install

    • reply
    • like

    for me I know ow to deal with everything not inside snap

      • reply
      • like

      Wekan Snap includes node and mongodb server

        • reply
        • like

        yeah systemctl status snap.wekan.mongodb ashow fine

          • reply
          • like

          can turn mongo on and off

            • reply
            • like

            but mongo (shjell) any port says mongo not installed

              • reply
              • like

              tried

                • reply
                • like

                using the mongo (shell) command inside the wekan snap deployment no luck

                  • reply
                  • like

                  sudo apt-get install mongo-tools mongodb-clients

                    • reply
                    • like

                    how do you run mongod and mongo (shell) for w snap.wekan deployment?

                      • reply
                      • like

                      What OS ?

                        • reply
                        • like

                        you mean I have access and no access to toools?

                          • reply
                          • like

                          ok

                            • reply
                            • like

                            ubuntu 18 LTS

                              • reply
                              • like

                              on aws

                                • reply
                                • like

                                Did that installing mongo-tools and mongodb-clients work?

                                  • reply
                                  • like

                                  so that this works: mongo --port 27019

                                    • reply
                                    • like

                                    yeah I am in

                                      • reply
                                      • like

                                      duh

                                        • reply
                                        • like

                                        though I would have to changfe commandline to get in

                                          • reply
                                          • like

                                          use wekan

                                            • reply
                                            • like

                                            db.dropDatabase();

                                              • reply
                                              • like

                                              did not occur to me that wekan did not give me access to tools

                                                • reply
                                                • like

                                                mongo command is in snap, but it's not added to path by default

                                                  • reply
                                                  • like

                                                  ok db is gone

                                                    • reply
                                                    • like