---
title: "Wasabi Object Replication With CTERA"
slug: "wasabi-object-replication-with-ctera"
updated: 2026-03-26T21:42:05Z
published: 2026-03-26T21:42:05Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wasabi Object Replication With CTERA

[CTERA](https://www.ctera.com/) is a global file system management platform that has been validated for use with Wasabi. For details on how Wasabi works with CTERA, refer to [CTERA](https://wasabi.com/ctera).

This article describes the procedure to use Wasabi [Object Replication](https://docs.wasabi.com/docs/bucket-replication) to replicate objects from one region to another within the same continent. This can be used to recover from natural disasters or other events in a region.

## Requirements

- CTERA installed and licensed. This solution was tested with version 8.3.3000.26.
- Active Wasabi Cloud Storage account.
- Access to the Wasabi Console as your account’s root user or with equivalent IAM permissions.
- Active CTERA storage node pointing to a Wasabi bucket.
- Existing files reside in a Wasabi source bucket.
- Access to your CTERA portal as an admin.
- Additionally, in case of a disaster:
  - Access to your CTERA server via SSH or via its hypervisor console as the root user.
  - Ability to take a VM snapshot of your CTERA database server.

## High-Level Steps

Follow the high-level steps below to implement Object Replication from a source bucket to a destination bucket in another region with CTERA. These are detailed further in the sections below.>

1. Sign up for notifications to be sent to your account email address.
2. Create a Wasabi "destination" bucket where the source bucket will be replicated to.
3. Configure an object replication job on the source bucket pointing to the destination bucket.
4. In the case of a disaster:
  - Contact CTERA Support.
  - Take a full snapshot of the VM running the CTERA database.
  - Rename the source bucket.
  - Change the destination bucket’s name to be the original source bucket’s name.
  - Reconfigure the CTERA storage node’s Wasabi URL to point to the destination bucket’s region.

## Sign Up for Object Replication Notifications

Signing up for notifications will allow you to receive information about any object replication failures as well as when the initial replication has finished.

1. Log in to the [Wasabi Console](https://console.wasabisys.com/).
2. Navigate to **Settings**, then click **Notifications**. Next to Object Replication, enable email notifications. Enter your Multi-Factor Authentication (MFA) code, and click **Save Changes**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-24_at_7_48_48 AM(2).png)

## Creating the Wasabi Destination Bucket

The destination bucket is the bucket that the source bucket will replicate to.

1. Navigate to **Buckets** and search for the source bucket. Note the name and region of the source bucket. In this example, we are using an “mt-ctera-bucket-1” source bucket in Wasabi's us-east-1 region.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_09 AM(2).png)
2. Choose the region within the same continent for the destination bucket.

> This configuration example discusses the use of Wasabi's us-east-1 storage region for the source and us-west-2 for the destination. For a list of regions, see [Available Storage Regions](https://docs.wasabi.com/docs/en/where-is-my-data-stored-and-how-are-wasabis-storage-regions-secured?highlight=regions#available-storage-regions).
3. Navigate to Buckets, then click **Create Bucket**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_09 AM-2(1).png)
4. Enter the destination bucket name, select the region for the bucket, and click **Create Bucket**. In this example, we are naming the destination bucket “mt-ctera-bucket-2”.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_9_33_43 AM.png)

## Creating an Object Replication Job

1. Navigate to **Buckets** and click the name of the SOURCE bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_09 AM-3(2).png)
2. Click the Settings gear wheel on the right side of the screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_05_58 AM.png)
3. Click the **Object Replication** tab, then click **Create Replication Job**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_06_07 AM.png)
4. Select the Replication Type. For this example, we are selecting **Replicate to a bucket within this account**. Give the job a name, and click in the Destination Bucket text field to select the destination bucket. Click the checkbox next to Sync Deleted Objects. This allows CTERA to control the lifecycle of the source bucket, and older files that CTERA deletes from the source bucket will also be deleted from the destination bucket. Then click **Create**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_07_16 AM.png)
5. The objects in the source bucket will now begin to replicate to the destination. There is no ETA for completion as this depends on many factors, such as the number of objects, and so on. Since you signed up for Object Replication email notifications, you will receive an email when the initial replication is complete.

## Appendix A - In case of a Disaster

In the case of a disaster that affects your source bucket, proceed with this section.

1. Contact [CTERA Support](https://support.ctera.com/LoginPage?startURL=%2F500) to advise them you are about to failover to a different Wasabi bucket using the following procedure.
2. Log in to your CTERA server via SSH or via its hypervisor console as the root user and issue the following command to stop the CTERA service.

```bash
portal-manage.sh stop
```
3. Take a full snapshot of the VM running the CTERA database.
4. Start the CTERA service.

```bash
portal-manage.sh start
```
5. Log in to the [Wasabi Console](https://console.wasabisys.com/).
6. Pause the object replication job on your SOURCE bucket. Click **Buckets**, then select the name of your source bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_09 AM-3(2).png)
7. Click the Settings gear wheel on the right side of the screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_05_58 AM.png)
8. Click the **Object Replication** tab, then click the Action button (3 vertical dots) next to your replication job.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-26_at_9_58_41 AM.png)
9. Click **Pause**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-26_at_10_00_43 AM.png)
10. Click **Pause** on the popup window.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-03-26 at 10.02.37 AM.png)
11. The status will now show the job is paused.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-03-26 at 10.07.01 AM.png)
12. Click **Buckets**. Click on the Actions button (3 vertical dots) next to the SOURCE bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_09 AM-4(1).png)
13. Click **Rename**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_27 AM(1).png)
14. Give the bucket a new name and click **Rename Bucket**. This must be a name that is unique within Wasabi.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_14_59 AM.png)
15. Click on the Actions button (3 vertical dots) next to the DESTINATION bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_15_37 AM(1).png)
16. Click **Rename**. ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_15_56 AM(1).png)
17. Give the bucket the name of the ORIGINAL SOURCE bucket. Click **Rename Bucket**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_16_15 AM.png)
18. You will see two buckets in your bucket list: one which is the source bucket with a new name, and the one that is the destination bucket with the original source bucket’s name. Note the region of the destination bucket (us-west-2 in our example).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_16_47 AM.png)
19. Log in to your CTERA console as an admin.
20. Under **Main** click **Storage Nodes**. Click the name of your Wasabi source bucket storage node. Note that it is disconnected.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_17_28 AM.png)
21. Update the Endpoint to point to the destination bucket’s region (us-west-2 in our example). See [Service URLs for Wasabi's Storage Regions](https://docs.wasabi.com/docs/service-urls-for-wasabis-storage-regions) for a list of Wasabi endpoint URLs. Everything else stays the same. Click **Save**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot_2026-03-25_at_7_18_02 AM.png)
22. You will now see the Wasabi storage node as being connected.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-03-25 at 7.18.32 AM.png)
23. Verify CTERA can see the files in the destination bucket.
