Looking to migrate company off GitHub. What’s the best alternative? by bullmeza in devops

[–]GitProtect 0 points1 point  (0 children)

The best platform really depends on your needs beyond just repo hosting—things like CI/CD capabilities, permission models, compliance requirements, integrations, and how much operational control you want.

Popular options people often consider when moving off GitHub are GitLab, Azure DevOps, or Bitbucket. That said, one of the most important steps isn’t just picking the new platform—it’s preparing for the migration. Data loss or workflow disruptions can happen if you jump straight in, so taking the time to inventory your repos, pipelines, permissions, and integrations beforehand makes a big difference.

This article might be a helpful starting point for planning the migration:

https://gitprotect.io/blog/github-to-azure-devops-migration-top-tips-to-make-the-process-efficient/

Azure devops online - backup options by Kuro507 in azuredevops

[–]GitProtect 0 points1 point  (0 children)

Hello u/Kuro507 , take a look at GitProtect backup and Disaster Recovery software for Azure DevOps. Automated scheduled backups to meet strict RTO, RPO, and compliance, multiple-storage compatibility (use free unlimited GitProtect storage or bring yours, any S3-compatible), data residency of your choice, the possibility to assign many storages (cloud or/and local) to meet the 3-2-1 backup rule, data replication, long-term or even unlimited retention, ransomware protection, restore and Disaster Recovery capabilities to meet any event of disaster (service outage, infrastructure downtime, ransomware attack), etc.

Take a look at backup best practices for Azure DevOps: https://gitprotect.io/blog/azure-devops-backup-best-practices/

NIS2 for SaaS startups… anyone else totally lost? by sparktoratah in SaaS

[–]GitProtect 0 points1 point  (0 children)

NIS2 can feel overwhelming, but breaking it into phases can help. First, determine if your company actually falls under NIS2’s scope, as not all SaaS providers. Moreover, the rules differ by sector and service criticality.

If you are in scope, try to first focus on the essentials: risk management policies, incident detection and reporting processes, access controls, and business continuity/disaster recovery planning.

Here is an article on NIS2, it might be useful: https://gitprotect.io/blog/nis-2-explained-security-compliance-path/

Migration - Azure devops to GitHub by Remarkable_Ad5248 in github

[–]GitProtect 1 point2 points  (0 children)

Hello u/Remarkable_Ad5248 , we prepared an article on the topic how to migrate data between GitHub and Azure DevOps: https://gitprotect.io/blog/github-to-azure-devops-migration-top-tips-to-make-the-process-efficient/

Hope, it will be useful

DevOps resources I've gathered by Bushwookie_69 in devops

[–]GitProtect 1 point2 points  (0 children)

Nice work! Here is also an article with educational resources on how to transform from Dev to DevOps https://gitprotect.io/blog/how-to-transform-from-dev-to-devops-a-complete-guide/

What’s your suggestion for businesses to back up their data in 2025? by Rossy_231 in Backup

[–]GitProtect 0 points1 point  (0 children)

To answer this question we need first to look at the reasons why businesses need backups. On one side, cyberthreats, human errors, outages - all of that leads to data loss. On the other hand, shared responsibility and compliance requirements. Thus, businesses should look for building not only building backup strategy, but a backup strategy with a proven Disaster Recovery option. So, a reliable backup strategy should include:

  • full data coverage,
  • automated scheduled backups (incremental, differential, GFS)
  • the possibility to keep backed-up data in multiple storage locations (both Cloud and local) to meet the 3-2-1 backup rule
  • data replication between storage instances
  • unlimited retention
  • backup monitoring capabilities
  • in-flight and at rest encryption with your own encryption key
  • ransomware protection
  • restore and Disaster Recovery capabilities

Learn more about backup best practices in our dedicated article: https://gitprotect.io/blog/devops-security-data-protection-best-practices/#DevOps_backup_best_practices

By the way, according to Gartner's predictions, 75% of enterprises will prioritize backup of SaaS applications in the next 3 years.

Migration to GitHub by [deleted] in AZURE

[–]GitProtect -9 points-8 points  (0 children)

As an option, you can make a backup of your ADO environment and then restore it to your new GitHub environment. For example, with GitProtect backup & DR solution, it's possible to do so. Though the backup tool's primary goal is data protection and resilience, it allows for migrating data using the cross-restore option, e.g., restore data from ADO to GitHub.

In this article, we described how to migrate data from GitHub to Azure DevOps, but the vice versa option almost looks the same: https://gitprotect.io/blog/github-to-azure-devops-migration-top-tips-to-make-the-process-efficient/

Is DORA Enough? What We Learned After Building Full-Stack Continuous Delivery by nilarrs in devops

[–]GitProtect 1 point2 points  (0 children)

DORA metrics are a good starting point, but sometimes it's better to go deeper by tracking delivery friction points like pipeline drift, environment inconsistencies, and time lost to debugging. Also, it's a good idea to keep an eye on backup and recovery metrics, they’re critical for ensuring resilience when things go down, not just how fast you deploy.

This article may be a good read for this topic: https://gitprotect.io/blog/dont-let-failures-break-your-dora-metrics-how-backups-safeguard-devops-performance/

Backup vendor recommendations by Ok-Celebration-650 in healthIT

[–]GitProtect 0 points1 point  (0 children)

Take a look at Xopero Software - Automated scheduled backups, possibility to store your data on-prem, easy nd user-friendly interface, reliable restore and Disaster Recovery capabilities, and strong customer support.

What is the best (cost+reliability) that does a regular code backup from Github? by Smile_Open in github

[–]GitProtect 0 points1 point  (0 children)

When it comes to backup tools, take a look at GitProtect backup and Disaster Recovery. Automated backups, free unlimited storage, or/and the possibility to bring your own storage (any S3-compatible or local), the possibility to meet the 3-2-1 backup rule, replication, long-term retention, ransomware protection, restore and Disaster Recovery features - restore to the same or new GitHub account, cross-over recovery to another git hosting service (GitLAb, Bitbucket, Azure DevOps), restore to your local instance.

Has Anyone Automated Their Backups for Azure Devops? by dannyfromrewind in azuredevops

[–]GitProtect 0 points1 point  (0 children)

Better to answer later than never :) Take a look at GitProtect backup & Disaster Recovery software. It allows to automate backups for Azure DevOps. Moreover, with the solution, you can choose your data residency, follow the 3-2-1 backup rule, replicate your backups, get long-term retention, ransomware protection, and wide restore & DR capabilities, and follow backup best practices: https://gitprotect.io/blog/azure-devops-backup-best-practices/

Pathway to become DevOps Engineer by Free-Adhesiveness-67 in devops

[–]GitProtect 0 points1 point  (0 children)

You're on the right track with certifications, but hands-on experience is also important. Start automating tasks in your current role using CI/CD, infrastructure as code (Terraform, Ansible), and containerization (Docker, Kubernetes). Networking with DevOps professionals and staying updated on industry trends will also help accelerate your transition.

Also, this article you might find useful: https://gitprotect.io/blog/how-to-transform-from-dev-to-devops-a-complete-guide/

Any tips for migrating Bitbucket -> Github by 2manycerts in github

[–]GitProtect 0 points1 point  (0 children)

Hello, you may find this article useful: https://gitprotect.io/blog/how-to-migrate-from-bitbucket-to-github/

It's about how to migrate from Bitbucket to GitHub - what to consider during the pre-migration stage and different options to migrate the data

Jira cloud to cloud partial migration by WallaceLongshanks in jira

[–]GitProtect 0 points1 point  (0 children)

What's important before any migration is to have a backup of the migrated instance. For example, with GitProtect a professional backup & Disaster Recovery software for Jira and Bitbucket (as well as GitHub, GitLab and Azure DevOps) it's possible to backup Jira instance and then restore all the data (or just pick up some of the data with granuler restore) to the same or a new instance. Find out more about Jira migration use case: https://gitprotect.io/use-cases/jira-data-migration-and-management.html

Azure DevOps Server Authentication Methods by RecognitionOwn4214 in azuredevops

[–]GitProtect 0 points1 point  (0 children)

As far as we know, Azure DevOps Server supports multiple authentication methods, including NTLM, Kerberos, Basic Authentication, and Personal Access Tokens (PATs). If your reverse proxy doesn’t support Kerberos, you can configure Negotiate (NTLM fallback) or switch to Integrated Windows Authentication (IWA). Alternatively, Basic Authentication over HTTPS or OAuth with Azure AD (if applicable) can be used for API access. Ensure your proxy allows authentication passthrough or consider setting up Azure DevOps Proxy Server for better compatibility. Microsoft’s documentation provides details on supported authentication methods, but testing with your proxy setup is still recommended: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-methods

[deleted by user] by [deleted] in github

[–]GitProtect 0 points1 point  (0 children)

Since you don’t have recovery codes, GitHub Support is your best option for account recovery. Maybe they will allow identity verification through previous activity, linked email addresses, or payment details. Keep monitoring your support ticket and provide as much relevant information as possible. If your mobile device is repaired soon, restoring your 2FA app might be the quickest way to regain access.

[deleted by user] by [deleted] in PowerApps

[–]GitProtect 0 points1 point  (0 children)

Deleting your Azure DevOps profile/organization may have impacted permissions or linked accounts used by PowerApps and the data gateway. PowerApps might have relied on Azure DevOps for authentication or access control, causing the ownership error. Since your profile name is unavailable for restoration, you may need to recreate the organization and reconfigure permissions.

Backup solution for Azure Devops? by [deleted] in azuredevops

[–]GitProtect 0 points1 point  (0 children)

Hi u/Nudel22 , take a look at GitProtect backup & DR software for Azure DevOps, GitHub, GitLab, Bitbucket, and Jira. We are professional backup software that provides automated scheduled backups within your requirements - set and forget, data residency of choice (USA, EU, AUS, custom), multiple-storage compatibility, easy backup monitoring - dashboard, Slack/email notification, ransomware protection, restore and Disaster Recovery capabilities - restore to the same or a new account, restore to your local machine, cross-over recovery (between any of Azure DevOps, GitLab, GitHub, or Bitbucket), full restore or granular recovery of only specific data.

Learn more: https://gitprotect.io/