Once you’ve deployed an application on RepoCloud, you’ll need to monitor, maintain, and manage it effectively. This guide covers all the essential management tasks available through the RepoCloud dashboard.
The RepoCloud dashboard provides a comprehensive interface for managing all aspects of your deployed applications.
RepoCloud provides several monitoring capabilities:
Resource Tier Tracking: For instances using AutoScale, you can track which resource tier your application is using in real time
Status Checks: Monitor application health and uptime
Performance Metrics: View response times and request handling statistics
Resource tier tracking is particularly useful when using autoscaling, as it helps you understand how resources are being allocated and billed on an hourly basis.
You can control the state of your instance from the dashboard:
Pause: Pause an instance (billing continues at 25% of the normal rate)
Resume: Resume a paused instance to full functionality
Rebuild: Quickly rebuild an application to apply updates
Pausing an instance reduces billing to 25% of the normal rate, as some resources remain allocated. To stop billing completely, you would need to delete the instance.
We recommend the following practices for managing your application data:
Use the application’s built-in backup features if available
Regularly export important data from your application
Store backups externally or download them for safekeeping
Use version control systems for code and configurations
Document your setup for easy recreation if needed
RepoCloud does not offer dedicated backup services. Backups are only available if they are a built-in feature of the application itself. You are responsible for managing your own data backups.
Different applications offer different management interfaces within the application itself. You can access these through the application’s web interface:
Content Management Systems
Most CMS platforms like WordPress provide admin dashboards for managing content, users, themes, and plugins.
Project Management Tools
Tools like Jira and Trello offer configuration options through their web interface for workflow customization.
E-commerce Platforms
Platforms like WooCommerce and Magento include store management, product catalog, and order processing interfaces.