-
Notifications
You must be signed in to change notification settings - Fork 1
Migrating Workspaces
javapark1 edited this page Sep 26, 2023
·
4 revisions
Upgrading PadoGrid
If you encounter workspace compatibility issues between PadoGrid releases then follow the steps shown in this section to migrate your workspaces to the newer PadoGrid release.
Task: Migrate the existing myrwe
RWE to a new PadoGrid release.
❗ Before you begin, make sure to stop all of the running processes in the RWE that you will be migrating. This can be achieved by running stop_rwe
or kill_rwe
.
- Install a new release of PadoGrid by running
install_padogrid
install_padogrid
- Duplicate
myrwe
switch_rwe myrwe
cd ..
cp -rf myrwe myrwe-dupe
- Create a new RWE with the new PadoGrid release.
/new_padogrid_path/bin_sh/create_rwe -rwe myrwe-new
- Create matching workspaces in the new RWE.
switch_rwe myrwe-new
create_workspace -name myws1
create_workspace -name myws2
create_workspace -name myws3
- Copy the new RWE contents to the duplicated RWE.
switch_rwe myrwe-new
cd ..
cp -r myrwe-new/. myrwe-dupe/
- Test the duplicated RWE.
switch_rwe myrwe-dupe
switch_workspace myws1
switch_workspace myws2
switch_workspace myws3
- Upon successful tests, remove the existing RWE and the new RWE.
switch_rwe myrwe
cd ..
rm -rf myrwe
rm -rf myrwe-new
- Rename the duplicate RWE to the deleted RWE name
mv myrwe-dupe myrwe
switch_rwe myrwe
PadoGrid Manual
Overview
- Home
- PadoGrid in 5 Minutes
- Quick Start
- Introduction
- Bundle Catalogs
- Building PadoGrid
- Supported Data Grid Products and Downloads
- PadoGrid Components
- Installing PadoGrid
- Root Workspaces Environments (RWEs)
- Initializing PadoGrid
- Bash Auto-Completion
- Viewing PadoGrid Summaries
- Updating Products
- Upgrading PadoGrid
- Migrating Workspaces
- PadoGrid Pods
- Kubernetes
- Docker
- Apps
- Software List
Operations
- Workspace Lifecycle Management
- Creating RWE
- Creating Workspace and Starting Cluster
- Managing Workspaces
- Understanding Workspaces
- Understanding Clusters
- Running Clusters
- Default Port Numbers
- Running Clusters Independent of PadoGrid
- Running Apps
- Understanding Groups
- Running Groups
- Understanding Bundles
- User Bundle Repos
- Using Bundle Templates
- Bundle Repo Guidelines
- User Bundle Catalogs
- Private Bundle Repos
- Gitea Repos
- Running Bundles in Container
- PadoGrid Addon Jars
- Understanding PadoGrid Pods
- Tested Vagrant Boxes
- VM-Enabled Pods
- Multitenancy
- Multitenancy Best Practices
- PadoGrid Configuration Files
Tools
Platforms
Clouds
Pado
Geode/GemFire
- Geode CLASSPATH
- Geode Kubernetes
- Geode Minikube
- Geode Minikube on WSL
- Geode Docker Compose
- Geode Grafana App
- Geode
perf_test
App - Geode WAN Example
- Geode Workspaces on VMs
- Geode on AWS EC2
- Reactivating Geode Workspaces on AWS EC2
Hazelcast/Jet
- Hazelcast CLASSPATH
- Creating Jet Workspace
- Configuring Hazelcast Addon
- HQL Query
- Hazelcast Kubernetes
- Hazelcast GKE
- Hazelcast Minikube
- Hazelcast Minikube on WSL
- Hazelcast Minishift/CDK
- Hazelcast OpenShift
- Hazelcast Docker Compose
- Hazelcast Desktop App
- Hazelcast Grafana App
- Hazelcast
jet_demo
App - Hazelcast
perf_test
App - Hazelcast WAN Example
- Hazelcast Workspaces on VMs
- Hazelcast on AWS EC2
- Reactivating Hazelcast Workspaces on AWS EC2
ComputeDB/SnappyData
Coherence
Hadoop
Kafka/Confluent
Mosquitto
- Mosquitto CLASSPATH
- Mosquitto Overview
- Installing/Building Mosquitto
- Clustering MQTT
- Cluster Archetypes
- Enabling Mosquitto SSL/TLS
- Mosquitto Docker Compose
- MQTT perf_test App
Redis
Spark