ReadyMage Help
  • ReadyMage
  • USER PORTAL
    • User Portal Access
    • Change Password
    • Two-Factor Authentication
  • Project Management
    • Project List
    • Project Settings
      • General Info
      • Git Management
      • Environments
      • Members and roles
      • Security
        • Deletion Protection
        • TFA Enforcement
      • Delete Project
  • Application Management
    • Magento Details
    • Domain Management
    • Logs & Monitoring
    • Backups
      • Backup process
      • Disaster recovery process
    • Deployments
      • Deploy without build cache
      • Queue Tab (Launching soon)
      • Settings Tab (Launching soon)
        • Automatic Deployments
        • ReadyMage Maintenance Page
          • Website Access During Maintenance
      • Notifications Tab (Launching soon)
        • Managing email notifications
        • Managing Slack notifications
      • Pipeline Deployments
      • Pipeline Configuration file
        • Migration guide from 0.x.x to 1.0.0
    • SSH Access
      • SSH Usage
      • Database Access using Graphical Interface
      • Troubleshooting
    • IP Whitelist
    • Password Authentication
    • Database & Media
    • Search Engine Bots Discovery
  • Service Management
    • Server-Side Rendering
    • SFTP
    • NewRelic
    • Packagist Modules
    • Cloudflare
  • Infrastructure Management
    • Autoscale
    • Sleep Mode
    • Manage Services
    • Historical Resource Usage
  • PROJECT DEVELOPMENT
    • Node.js version
    • Store access
    • Creating a Production Environment
    • Additional Environments
    • ScandiPWA, PWA Studio, Hyva, or Luma
    • Project Migration to ReadyMage
    • SSH Access for Magento CLI, database and media
    • Code customization and local setup
    • Extension installation
    • Add translations (switch locale)
    • Existing ScandiPWA Project Code Migration
    • Database and media migration
    • Redirect setup
    • Connect CDN and WebP optimization
    • Email setup
    • Changing the Domain & Multi-Store Set up
    • Internal service addresses
    • Kibana filters and useful CLI commands
    • Persistent directories
  • FAQ
    • General
    • Autoscaling
    • Billing
    • User Portal Options
    • Services connected to ReadyMage
    • Hosting, managing resources and autoscaling
    • Source Code Management
    • ScandiPWA and Magento Versions, Commerce Edition and Upgrades
    • Supported software versions
Powered by GitBook
On this page
  • I need to see logs of Magento, ElasticSearch, and other services to debug, where can I find them?
  • I need to set up UAT and Pre-live environments as well, how can I do it?
  • Do you have NewRelic connected?
  • How can I connect to DB to manage it in WorkBench or a similar tool?
  • I need to run Magento CLI commands e.g. reindex, how can I do that?
  • I want to set up a CDN for my site, how can I do it?
  • I want to set up WebP for my site, how can I do it?
  • I know that PWA sites need Server Side Rendering to ensure fast indexation by search engines, do you provide that?
  • Why don't you use CloudFront instead of Cloudflare?
  • Why don't you use AWS ElastiCache?
  • What Database are you using? Why not AWS Aurora?
  • Do you use Terraform?
  • Can MariaDB data be migrated to ReadyMage?

Was this helpful?

  1. FAQ

Services connected to ReadyMage

PreviousUser Portal OptionsNextHosting, managing resources and autoscaling

Last updated 1 month ago

Was this helpful?

I need to see logs of Magento, ElasticSearch, and other services to debug, where can I find them?

Yes, your project comes with a connected ELK stack and in your project's User Portal, you can find the access to Kibana application that updates logs in real-time with the possibility to search particular records or narrow down the search by a service e.g. Magento or Varnish logs.

I need to set up UAT and Pre-live environments as well, how can I do it?

Yes, you can also do it with 1-click in the User Portal naming your new instance that will be cloned from the master branch and choosing to run it in production or default Magento mode.

Do you have NewRelic connected?

Yes, your instance comes with the NewRelic module pre-installed. The only thing that you need to do is create a NewRelic account and for your instance in the User Portal.

How can I connect to DB to manage it in WorkBench or a similar tool?

Please, add the public key of the user in the User Portal to connect and refer to guide.

I need to run Magento CLI commands e.g. reindex, how can I do that?

Please, add the public key of the user and refer to guide.

I want to set up a CDN for my site, how can I do it?

There are different CDN providers we support with FREE set up such as Fastly and Cloudflare. Cloudflare offers FREE unlimited CDN or $20 per domain that includes unlimited DDoS attack mitigation and WebP image optimization, which is the most cost-efficient solution by now. Fastly on the other hand offers Varnish cache at the edge, where we store GraphQL responses and WebP optimization as well, but at a higher fee. Please, make your CDN provider choice and we will be happy to assist with FREE setup. Simply contact us through a support request.

I want to set up WebP for my site, how can I do it?

WebP is usually provided by one of the CDN providers such as Cloudflare. We will set up Cloudflare FREE for you once you make a support request.

I know that PWA sites need Server Side Rendering to ensure fast indexation by search engines, do you provide that?

Yes, we connect out of the box Server-Side Rendering (SSR) service recommended by Google - Prerenderer.io, and its fee, based on the number of pages indexed, is added to your monthly resource consumption bill.

Why don't you use CloudFront instead of Cloudflare?

CloudFront only provides CDN and you pay $0.085 per gigabyte. You would require to set up AWS Lambda for WebP optimization and AWS WAF for DDoS protection at an additional cost.

On the other hand with Cloudflare, you get unlimited CDN, WebP optimization, and DDoS protection out of the box for a fixed cost of $20.

Why don't you use AWS ElastiCache?

We can setup AWS ElastiCache if required at an extra cost.

Since ReadyMage only does Magento 2 e-commerce solution infrastructure, we use Redis as per Magento's recommendation and only for isolated Magento purposes allowing us to configure it for optimal performance.

What Database are you using? Why not AWS Aurora?

You can’t export data from AWS Aurora due to it having the proprietary SQL format of AWS.

ReadyMage is using the same database as Magento Cloud - MySQL database.

In terms of backups, ReadyMage has a daily, weekly, and monthly snapshots system in place ensuring high data security.

Do you use Terraform?

We are using Terraform only to create Nodes. Infrastructure provisioning is fully done by Kubernetes manifests.

Can MariaDB data be migrated to ReadyMage?

Since both MariaDB and MySQL databases provide the same set of underlying tools, it is very easy to copy data from MariaDB to MySQL. Using out of the box commands the records would get migrated into MySQL from the provided MariaDB database dump.

configure a NewRelic license key
Database Access using Graphical Interface
SSH Usage