# General

## **How can I contact customer support?**

We provide a support form for any issue or request regarding your Cloud project.

In order to contact support, a Support Ticket must be submitted. Support Ticket submission happens through [User Portal](https://portal.readymage.com/). Navigate to the **User Portal → Project → Support** and simply fill in the required fields and press submit.

After submission Support will reach out to you directly via email to address your ticket.

![](/files/7BliZVr8gsAsoiFDmSrZ)

## Can I use Setup Wizard to install new extensions to my store on ReadyMage?

To ensure the security of the application, the changes to its code base are allowed only via code repository in GitHub, meaning that all extensions need to be set up locally first and then committed to the repository. After that these will be built and deployed to the cloud, altering DB tables, if required by the extension install files.

## What is the rate for custom infrastructure requests, consultancy, or code audits?

This is a project-specific service provided based on an hourly pay-as-you-go model, prices can be consulted by contacting us through <hello@readymage.com>. Note, we do not provide application support or customization services.

## Do you offer support in the migration of my store from another hosting?

Yes, our team can provide on-demand support in moving your Magento 2 + ScandiPWA site to the ReadyMage cloud. Please, contact us through email at <hello@readymage.com>.

## Can I host Magento 1 sites on ReadyMage?

Generally, ReadyMage does not provide support for Magento 1 website hosting.&#x20;

But experienced partner MigrateMyStore can help you migrate your existing Magento 1 store to Magento 2 and ScandiPWA. Visit [www.migratemystore.com](https://migratemystore.com/) for a cost calculator and quote.

## What is your backup policy?

### Frequency, timing, and availability

#### MySQL Database

| Frequency | Timing                                  | Availability |
| --------- | --------------------------------------- | ------------ |
| Daily     | 00:00 UTC                               | 6 days       |
| Weekly    | Sunday to Monday 00:00 UTC              | 14 days      |
| Monthly   | On the first day of the month 00:00 UTC | 93 days      |

#### Media

| Weekly | Monday 04:00 UTC | 14 days |
| ------ | ---------------- | ------- |

#### How to request a database or media restore

Download the backup by following the instructions [here](/application-management/backups.md). You can perform database or media restore yourself via SSH or request restore through support and it will be done in the next 24 hours.

## Which version of Magento 2 and ScandiPWA will I have?

After the new account creation in ReadyMage, you will have an instance with the latest version of ScandiPWA and the corresponding Magento 2 version. You can find the Magento 2 version in the [ScandiPWA and Magento 2 version mapping table](https://manual.scandipwa.com/pwa/magento-version-mapping).&#x20;

The latest version of ScandiPWA is served by ReadyMage in 5 days after the latest ScandiPWA version is released. You can find more information about the ScandiPWA releases [here](https://github.com/scandipwa/scandipwa/releases).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.readymage.com/faq/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
