Get in touch

BDQ Solutions

SaaS MIGRATIONS
Migrate your SaaS projects seamlessly
Lightning Implementations
For people who know what they want, and want it done fast
Enhancement Hours
Get best practice and configuration consultancy.
Review and Assessment
A low cost, low risk way to get the assistance you need.
Digital Adoption Services
Make sure software is being used consistently across teams.
PII Services
Our solution to help you find unauthorised data.
DevOps Services
Get great, high quality software shipped faster. Faster.
Test Automation & Management
Reduce costs and increase quality with automation.

    Atlassian Solutions

    Atlassian Enterprise
    SCALE WITH CONFIDENCE USING THE BENEFITS OF pREMIUM AND aCCESS
    Jira Work Management
    work management for technical & non-technical teams.
    Cloud Migration Services
    Quicker and more cost effective than doing it in house.
    Jira Service Management / ITSM
    Fast, painless, fixed price ITSM implementations.
    BDQ AtlassianCare
    Cost effective, flexible care options.
    Other Atlassian Services
    Maximise the potential of your Atlassian products.

      Other Solutions

      LEXZUR PRACTICE MANAGEMENT
      Complete MANAGEMENT software for legal practitioners.
      Asana Digital Work Management
      A simple, flexible way to manage work for business.

      Solutions

      Expert consulting and managed services to help complex organisations to work flatter, faster and more dynamically.

      To find out more detail on a Solution or how we implement it, check out our Solutions Home page.

      SOLUTIONS HOME →
        BDQ Original Apps

        CostGuard for Jira →
        Track project budgets in real time

        Field Service Management for Jira →
        Schedule and manage field operations in JSM

        TabHelper for Jira & Confluence →
        Find, jump to, and close multiple Atlassian Chrome tabs

        Real Signature for Jira →
        Capture in-person signatures for Jira tasks

        Real Signature for Confluence →
        Capture in-person signatures for Confluence pages

        Migration Analyst for Jira Cloud →
        Spot duplicates, export key stats, and prep your Cloud move

        Easy Email Attachments for Service Desk →
        Send real attachments (not links!) in JSM

        Attachment Manager for Asana →
        Find, filter, and download attachments in Asana

          Partner Products

          haloitsm-logo-horizontal-827x128
          products-partner-logos-monday-300x150
          glpi-logo-bdq-280x84
          products-partner-logos-atlassian-300x150
          products-partner-logos-asana-300x150
          freshworks-logo-narrow-clear-280x60
          atomicwork-logo-varients-300x40
          products-partner-logos-lexzur-300x150
          products-partner-logos-sonatype-300x150
          products-partner-logos-zephyr-300x150

            Product Agnostic Solutions

            BDQ is your trusted partner in delivering comprehensive service management solutions tailored to your unique business needs. We are product-agnostic, allowing us to work with industry-leading platforms, enabling you to streamline, optimise, and transform your service operations.

            And where a solution doesn't exist, we create one with our BDQ Original apps and add-ons.

            View All Products →

             

             


            bdq-cred-reseller-600x600Fulfil your software needs through BDQ, and enjoy all the benefits we offer as Value Added Resellers.
            Reseller Benefits

              Training

              BDQ provides high-quality technology training to customers in the UK, EU and US.

              Our customers range from small companies to non-profits to multinational enterprises. They all want to maximise employee productivity.

              We listen to what our customers want to achieve and tailor the syllabus accordingly when delivering courses.

              Training Home →

                About Us

                This is where you can find out all about BDQ. Where did we come from, what is our goal, what do our customers have to say about working with us? You'll find all those answers and more using the links here.

                However, if you have any questions that you haven't found answers for, feel free to get in touch.

                 

                  2 min read

                  GitLabs' database incident

                  Featured Image

                  No one who works in the tech industry should have any schadenfreude in response to GitLab’s outage yesterday as reported by Business Insider and TechCrunch.

                  According to the incredibly open notes that GitLabs published while the incident was still being worked on, the initial trigger to the problem was:

                  Spike in database load due to spam users

                  In response, they took a series of actions to attempt to resolve the spam problem but at 11pm an admin referred to as team-member-1 made a mistake and confused which machine they were running an rm -rf command on. This deleted a live production PostgreSQL data directory. By the time the mistake was noticed only 1.5% of approximately 300GB of data remained.

                  The problem was further compounded by a series of problems they had with their backups. According to an update that they posted some of the backup did not appear to have worked, producing:

                  files only a few bytes in size

                  They have since managed to restore their service but with 6 hours of data lost. They have promised to publish their 5 whys of the cause of the incident and steps they will implement to prevent this from happening again.

                  In another interesting blog post, 2ndQuadrant, the initial author of the core PostgreSQL’s backup technologies, responded to the incident with their observations and suggestions for tools to consider. Well worth a read.

                  As we said at the beginning, there is no room for any schadenfreude. Today this is GitLab, tomorrow it could be anybody. Admins are people and people make mistakes. The only solution is to try and make making a mistake that risks production data as difficult as possible through scripting and automation, regularly ensuring that backups are happening successfully and that backups will actually restore in practice.

                  One positive thing to come out of this will be that lots of people in the tech industry will checking their backups today (I know we are). Another was the #HugOps hashtag where people sent their best wishes to GitLab on Twitter. We certainly echo that sentiment.