-
Notifications
You must be signed in to change notification settings - Fork 379
CloudBeaver Workspace Backup
DBeaverDevOps edited this page Jun 19, 2024
·
4 revisions
By default CloudBeaver keeps all data on disk in a volume /opt/cloudbeaver/workspace
. By default this volume mounted to host machine folder /var/cloudbeaver/workspace
or /var/cloudbeaver-ee/workspace
.
It makes sense to backup this directly from time time and also before product version upgrade.
To archive entire workspace run
tar czvf backup.tgz /var/cloudbeaver/workspace
or
tar czvf backup.tgz /var/cloudbeaver-ee/workspace
then move backup.tgz
to a safe place.
Note: if your server has high load it makes sense to stop it before making a backup. Just run docker stop cloudbeaver-ee
before backup and docker start cloudbeaver-ee
after.
- 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