-
Notifications
You must be signed in to change notification settings - Fork 379
Managing CloudBeaver server on AWS
- Overview
- Launch your AWS instance
- Managing CloudBeaver with the server manager utility
- Using the server manager
- Managing server state
- Version update procedure
- Backup and restore procedure
- Server configuration
This guide explains the initial launch, management, and maintenance of CloudBeaver on AWS, including server configuration, updates, and backups.
After launching your AWS instance, follow these steps to access CloudBeaver:
-
In your browser, go to
http://<Instance_IP>/
, where<Instance_IP>
is the public IP address of your AWS instance. -
You’ll be redirected to CloudBeaver’s initial configuration wizard to complete the setup.
Tip: For guidance on locating your instance's public IP address, see Finding the Public IP Address of Your Instance in the AWS documentation.
For detailed configuration steps, see CloudBeaver Administration guide.
CloudBeaver provides a built-in server manager utility in AWS deployments for starting, stopping, updating, configuring, and backing up the server.
To list available commands and options, enter:
cloudbeaver help
To start or stop the CloudBeaver server, use:
-
Start the server:
cloudbeaver start
-
Stop the server:
cloudbeaver stop
To update CloudBeaver, follow these steps:
- Connect to your AWS instance via SSH.
- Check available versions:
cloudbeaver update list
- Run the update command:
cloudbeaver update 24.2.0
Note: Replace
24.2.0
with the desired version number.
Create backups for service volumes, database dumps, and internal certificates:
-
Create a backup:
cloudbeaver createBackup
Options include:
-
--include-certs
: Include certificates in the backup. -
--skip-db-service
: Skip database dump for external databases.
-
-
Restore from backup:
cloudbeaver restoreBackup
To configure the CloudBeaver server, update the .env
file:
cloudbeaver configure
- Application overview
- Demo Server
- Administration
- 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
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development