Managing cloud deployed services
Table of contents
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
, wherehttp://<Instance_IP>/is the public IP address of your cloud instance.<Instance_IP>
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.
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:
product help
Note: Replace
with eitherproductorcloudbeaver.dbeaver-te
Managing the server state
To start or stop the server, use the
Start the server:
product startStop the server:
product stop
Note: Replace
with eitherproductorcloudbeaver.dbeaver-te
Version update procedure
To update your product version, follow these steps:
- Connect to your server via SSH.
- Check available versions:product update list
- Choose the version you want to update.
- Run the update command:product update %version%
Note: Replace
with eitherproductorcloudbeaver.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:
product createBackupAdditional options:
-
: Includes internal certificates in the backup (disabled by default for security).--include-certs
-
: Skips the database dump if you are using an external database.--skip-db-service
-
Restore from backup:
product restoreBackupEnsure your cluster is running before restoring from backup.
Note: Replace
with eitherproductorcloudbeaver.dbeaver-te
Server configuration
You can change the configuration of the server through the server manager. To update the
product configure
Once you’ve made changes, press Ctrl+S to save and Ctrl+X to exit the editor.
Note: Replace
with eitherproductorcloudbeaver.dbeaver-te