- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Use migration from 1 HUE to another instance
Created on ‎10-02-2015 02:00 PM - edited ‎09-16-2022 02:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have HUE 3.7 on cdh5.2 and I am migrating to a new cluster
The version of HUE is the same, cdh will be 5.4
all of my users on HUE is database (no LDAP,KERBEROS..)
Instead of retyping all of the user names
can I just copy the sqllite desktop.db over and the users will appear?
or is there an export/ import script I can use to migrate my users and credentials
Created ‎10-05-2015 09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hue, switch the DBs and restart Hue
Created ‎10-02-2015 03:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
more new stuff in 5.4 than 5.2.
You can just copy the db indeed.
Then you need to run the migration. If using CM, click on migrate the DB in
the Hue service.
If not using CM, you will have to run these commands:
./build/env/bin/hue syncdb
./build/env/bin/hue migrate
http://gethue.com/hue-api-execute-some-builtin-commands/
Created ‎10-02-2015 03:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks
I am using CM and I am migrating from 5.3 to 5.4
As always your advice is helpful
but as always I cannot see the migrate function in CM
Why do they hide things so well
Created ‎10-05-2015 09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hue, switch the DBs and restart Hue
