Zum Hauptinhalt springen

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:

  1. Open your OPaaS Cloud UI
  2. In the Sidebar (left), you'll see all environments
  3. Click on the environment you want to open
  4. The environment overview opens

Starting an Environment

To start an environment:

  1. Open the environment
  2. Go to "Settings" tab
  3. Click the "Start" button
  4. Wait until the environment is started
  5. The status changes to "Running"

Note: Starting can take a few minutes.

Stopping an Environment

To stop a running environment:

  1. Open the environment
  2. Go to "Settings" tab
  3. Click on "Stop"
  4. Confirm the action
  5. The environment is stopped
  6. The status changes to "Stopped"

Important: The application is no longer available, but the data remains.

Restarting an Environment

To restart an environment:

  1. Open the environment
  2. Go to "Settings" tab
  3. Click on "Restart"
  4. The environment is stopped and restarted
  5. 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:

  1. Test Custom Code - The system tests the changed modules in an isolated environment. If it fails it reverts to the last working commit.
  2. 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

  1. Open the environment
  2. Go to Settings
  3. Scroll down to "Delete Section"
  4. Click on "Delete"
  5. Confirm the deletion

Before Deleting

Make sure you have:

  • Created backups
  • Informed your team

Next Steps

After managing your environments:

  1. Environment settings
  2. Set up backups
  3. Configure monitoring

tipp

Stop Development environments when you don't need them to save resources!