Managing cloud deployed services
Overview
This guide covers the initial launch, management, and maintenance of CloudBeaver in cloud environments, including server configuration, updates, and backups.
Launch your instance
After launching your cloud instance, follow these steps to access the product:
- In your browser, go to
http://<Instance_IP>/, where<Instance_IP>is the public IP address of your cloud instance.
Tip
If you're unsure how to find your instance's public IP, refer to the relevant cloud provider's documentation.
- You’ll be redirected to the product’s initial configuration wizard, which will guide you through the setup process.
Info
For more detailed instructions on configuring the product, see Administration guide.
Managing your server with the server manager utility
CloudBeaver provide a server manager utility to help you manage your server. You can use it to start, stop, update, configure, and back up the server.
For CloudBeaver the manager utility is available by default in cloud deployments.
Using the server manager
To see available commands and options, enter the relevant command for your product:
Note
Replace product with either cloudbeaver or dbeaver-te.
Managing the server state
To start or stop the server, use the start and stop commands:
-
Start the server:
-
Stop the server:
Note
Replace product with either cloudbeaver or dbeaver-te.
Version update procedure
To update your product version, follow these steps:
- Connect to your server via SSH.
- Check available versions:
- Choose the version you want to update.
- Run the update command:
Note
Replace product with either cloudbeaver or dbeaver-te.
Backup and restore procedure
You can easily make backups of your cluster’s state, which includes service volumes, database dumps, and internal certificates.
- Create a backup:
Additional options:
- --include-certs: Includes internal certificates in the backup (disabled by default for security).
- --skip-db-service: Skips the database dump if you are using an external database.
- Restore from backup:
Ensure your cluster is running before restoring from backup.
Note
Replace product with either cloudbeaver or dbeaver-te.
Server configuration
You can change the configuration of the server through the server manager. To update the .env file, run the following
command:
Once you've made changes, press Ctrl+S to save and Ctrl+X to exit the editor.
Note
Replace product with either cloudbeaver or dbeaver-te.