-
Notifications
You must be signed in to change notification settings - Fork 393
Managing cloud deployed services
This guide covers the initial launch, management, and maintenance of CloudBeaver in cloud environments, including server configuration, updates, and backups.
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.
For more detailed instructions on configuring the product, see Administration guide.
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.
To see available commands and options, enter the relevant command for your product:
product help
Note: Replace
product
with eithercloudbeaver
ordbeaver-te
.
To start or stop the server, use the start
and stop
commands:
-
Start the server:
product start
-
Stop the server:
product stop
Note: Replace
product
with eithercloudbeaver
ordbeaver-te
.
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
product
with eithercloudbeaver
ordbeaver-te
.
You can easily make backups of your cluster’s state, which includes service volumes, database dumps, and internal certificates.
-
Create a backup:
product createBackup
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:
product restoreBackup
Ensure your cluster is running before restoring from backup.
Note: Replace
product
with eithercloudbeaver
ordbeaver-te
.
You can change the configuration of the server through the server manager. To update the .env
file, run the following
command:
product configure
Once you've made changes, press Ctrl+S to save and Ctrl+X to exit the editor.
Note: Replace
product
with eithercloudbeaver
ordbeaver-te
.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development