Managing Environments
Learn how to control, monitor, and manage your environments.
For each environment, you can:
- View status - See if it's running
- Start - Start a stopped environment
- Stop - Stop a running environment
- Restart - Restart an environment
- Change settings - Configure the environment
- View logs - Monitor the application
- Create backups - Back up the data
Opening an Environment
To open an environment:
- Open your OPaaS Cloud UI
- In the Sidebar (left), you'll see all environments
- Click on the environment you want to open
- The environment overview opens
Starting an Environment
To start an environment:
- Open the environment
- Go to "Settings" tab
- Click the "Start" button
- Wait until the environment is started
- The status changes to "Running"
Note: Starting can take a few minutes.
Stopping an Environment
To stop a running environment:
- Open the environment
- Go to "Settings" tab
- Click on "Stop"
- Confirm the action
- The environment is stopped
- The status changes to "Stopped"
Important: The application is no longer available, but the data remains.
Restarting an Environment
To restart an environment:
- Open the environment
- Go to "Settings" tab
- Click on "Restart"
- The environment is stopped and restarted
- This may take a few minutes
When to use:
- When the application is no longer responding
Updating an Environment
Our system tests every commit automatically. There are two steps in this process:
- Test Custom Code - The system tests the changed modules in an isolated environment. If it fails it reverts to the last working commit.
- Update Modules - If the manifest version of the module has been increased, the system automatically updates it.
Deleting an Environment
vorsicht
When deleting an environment, all associated data is removed. Make sure you have backups!
This action cannot be undone!
Deleting an Environment - Step by Step
- Open the environment
- Go to Settings
- Scroll down to "Delete Section"
- Click on "Delete"
- Confirm the deletion
Before Deleting
Make sure you have:
- ✅ Created backups
- ✅ Informed your team
Next Steps
After managing your environments:
tipp
Stop Development environments when you don't need them to save resources!