- Home
- Tag: backup
Posts tagged backup
Tag: backup
AWS Backup extends centralized backup management support for Amazon FSx to five additional AWS Regions
Feed: Recent Announcements. AWS Backup extends centralized backup management for Amazon FSx to AWS Europe (Milan), AWS Africa (Cape Town), AWS Middle East (Bahrain), and AWS GovCloud (US) Regions. You can create, manage, and restore your Amazon FSx backups directly from AWS Backup. AWS Backup support for Amazon FSx file systems includes Amazon FSx for Windows File Server and Amazon FSx for Lustre file systems. AWS Backup enables you to centralize and automate data protection across AWS services. It offers a cost-effective, fully managed, policy-based service that further simplifies data protection at scale. In addition, AWS Backup helps you ... Read More
Elizabeth Garrett Christensen: Database Terminology Explained: Postgres High Availability and Disaster Recovery

Feed: Planet PostgreSQL. In my day to day, I'm surrounded by great database engineers. They talk about things like HA and raft protocol and the right and wrong approach for configuring synchronous vs. asynchronous replication. There is a lot of value in all that deep technical knowledge, but for when interacting with customers, I like to boil it down a bit. What I've seen is that for many folks the basics of key database principles can get lost in the details. What follows is a summary of conversations I've had with customers on how to think about key tenants of ... Read More
Amazon FSx and AWS Backup announce support for copying file system backups across AWS Regions and AWS accounts
Feed: Recent Announcements. Amazon FSx and AWS Backup now enable you to copy your Amazon FSx file system backups (both Amazon FSx for Windows File Server and Amazon FSx for Lustre) across AWS Regions, AWS accounts, or both. With cross-region backups, you can store a copy of your backup data in AWS Regions other than where your primary backups are stored, helping you meet business continuity, disaster recovery, and compliance requirements. In addition, cross-account backups enable you to copy backups into a secondary backup account to provide an additional layer of protection, should the main backup account experience disruption from ... Read More
Replay the Execution of MySQL With RR (Record and Replay)

Feed: Planet MySQL; Author: Marcelo Altmann; Chasing bugs can be a tedious task, and multi-threaded software doesn’t make it any easier. Threads will be scheduled at different times, instructions will not have deterministic results, and in order for one to reproduce a particular issue, it might require the exact same threads, doing the exact same work, at the exact same time. As you can imagine, this is not straightforward. Let’s say your database is crashing or even having a transient stall. By the time you get to it, the crash has happened and you are stuck restoring service quickly and ... Read More
Getting started with serverless for developers: Part 1

Feed: AWS Compute Blog. Author: Benjamin Smith. Developers around the world are already running serverless applications in production without worrying about servers. This new getting started series is for developers who want to join them. Follow along with blog posts, code examples, and practical exercises to learn how to build serverless applications from your local integrated development environment (IDE). In this post, you learn why developers need serverless technologies and which challenges serverless technologies help to solve. You deploy a small serverless application to your AWS account that connects Slack to GitHub and see first-hand why serverless technologies spark joy ... Read More
Andreas ‘ads’ Scherbaum: Devrim Gündüz
Feed: Planet PostgreSQL. Date: 12.04.2021 Tags: postgresql community enterprisedb edb london friends rpm redhat fedora centos Category: Interviews Interviewed by: Andreas Scherbaum PostgreSQL is the World’s most advanced Open Source Relational Database. The interview series “PostgreSQL Person of the Week” presents the people who make the project what it is today. Read all interviews here. Please tell us about yourself, and where you are from. I’m a community person. Ex-Turkey, now Londoner. Started using Linux in 1996, and PostgreSQL in 1998. Love to travel, listen to music, ... Read More
6 Limitations of Desktop System That QuickBooks Hosting Helps Overcome
Feed: Featured Blog Posts - Data Science Central. Author: Alice Wright. Cloud accounting is the new technology that most companies and businesses are adopting. There is a big difference between cloud-hosting software and on-premises software. Similar way QuickBooks hosting is way different from the QuickBooks Desktop solution. QuickBooks Desktop is a famous accounting software that has a broad impact on the accounting industry. With all its distinct features, QuickBooks Desktop has added progress to accounting businesses. But due to the rapidly changing technologies in accounting software demands consistent upgrade in QuickBooks Desktop. That is the one reason QuickBooks installed on ... Read More
3PL – A Guide to Improve Third Party Logistics Performance with Technology!

Feed: CronJ. Author: Nupur Pal; IntroductionWell, you must have come across the terms 3PL and 4PL quite often. But have you ever wondered what these terms mean? Or where are these terms used? Now if you belong from the field of logistics, then you must have an in-depth knowledge about them. But if you are a beginner and want to know all about it then this article is just for you. Oh, and for you, logistics managers, if you want to know how to improve your logistics performance then simply stay tuned. Since we have a little surprise for you ... Read More
CloudMounter vs ExpanDrive: Cloud-to-Cloud Showdown in 2021
Feed: Cloudwards. Author: Aleksandar Kochovski; The best cloud-to-cloud management services typically focus on syncing between cloud storages for data backups and file transfers. However, some cloud storage managers take a different approach and work by mounting cloud services as virtual drives on your computer. In this CloudMounter vs ExpanDrive article, we’ll compare two such apps. Key Takeaways: CloudMounter and ExpanDrive work by letting you mount your cloud storage services as virtual network drives.Thanks to its data encryption tool, CloudMounter has excellent security, plus better pricing and a vastly superior Mac free version.ExpanDrive has more features, is more user-friendly and has ... Read More
Avinash Vallarapu: pgBackRest – The Best Postgres Backup Tool with a very active community

Feed: Planet PostgreSQL. A reliable backup tool with an ability to perform a point in time recovery (PITR) is a usual enterprise need. Postgres includes a backup tool called pg_basebackup for full backups. It is great for a database of a few hundreds of GBs in size but currently lacks the support for parallel, incremental and differential backups. This makes it slightly challenging for bigger postgres databases that are Terrabytes in size. pgBackRest is our savior in such a case. While migrating from Oracle to Postgres, users find pgBackRest as an Oracle RMAN equivalent for PostgreSQL with some more additional ... Read More
Recent Comments